Install with:
git clone --recursive https://github.com/thebendavis/.myzsh.d.git ~/.myzsh.d
ln -s ~/.myzsh.d/zshenv ~/.zshenv
ln -s ~/.myzsh.d/zshrc ~/.zshrc
If you install to somewhere other than ~/.myzsh.d, adjust the myzsh value in zshenv accordingly.
Create a file ~/.zlocal for local, machine-specific (untracked) customizations and it will be sourced at the end of ~/.zshrc.
Example:
path=(
$path
$HOME/z/local/bin
)
q="/long/path/goes/here"
eval $(keychain --eval --quiet ~/.ssh/id_rsa)
The prompt theme displays a number of indicators, when relevant.
