This directory contains ZSH shell configuration:
.zprofile
: Environment setup loaded at login.zshrc
: Main shell configuration.zsh/
: Directory containing modular shell configurationsbase.zsh
: Core shell settings and functionsaliases.zsh
: Command aliases
Running ./setup
will:
- Copy all shell configuration files to appropriate locations
Note
Modules are dynamically sourced in .zshrc. So you can make edits and then run reload
to see changes.