Minimal Zsh Config
- Zsh
- Linux or macOS
Clone the repository into the config directory.
git clone "https://github.com/notfirefox/zsh-config.git" ~/.config/zsh
Set the ZDOTDIR
environment variable.
echo 'export ZDOTDIR="$HOME/.config/zsh" && . "$ZDOTDIR/.zshenv"' > ~/.zshenv