dotfiles
dotfiles copied to clipboard
Personalized settings for Terminal, Git, TextMate, etc.
dotfiles
Personalized command line settings. Updated for zsh on macOS Catalina.

Installation
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
Updating
- Run
./install.shto update dotfiles - Run
reloadto update shell scripts
Customize
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.
Other dotfile projects
My dotfiles were mostly refactored from these other projects