Dotfiles managed with GNU Stow.
Install: brew install stow
Run:
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone git@github.com:conortm/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow git tmux zsh
chsh -s $(which zsh)
Inspired by ericduran/dotfiles and jessfraz/dotfiles.