Personalized command line settings. Updated for zsh on macOS Catalina.
Download or clone repo
Edit dotfiles location in homefiles/.zshrc
dotfiles="$HOME/dev/dotfiles" # from
dotfiles="$HOME/where/i/put/dotfiles" # toRun install.sh
cd ~/where/i/put/dotfiles
./install.sh- Run
./install.shto update dotfiles - Run
reloadto update shell scripts
Put any the other shell scripts you want sourced in dotfiles/sh. For example, I have dotfiles/sh/dave.sh that has aliases and config that are particular to me.
My dotfiles were mostly refactored from these other projects