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" # to
Run install.sh
cd ~/where/i/put/dotfiles
./install.sh
- Run
./install.sh
to update dotfiles - Run
reload
to 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