Personal dotfiles managed with symlinks.
shell/ # zsh config (.zshrc, .zprofile, custom functions)
git/ # git config (.gitconfig)
install.sh # symlinks everything into ~
git clone <repo-url> ~/Workspace/repo/dotfiles
cd ~/Workspace/repo/dotfiles
./install.shExisting files are backed up to ~/.dotfiles_backup/ before being replaced.