Dotfiles managed with GNU Stow
Setup:
- Mac:
$ brew install stow
- Linux:
$ sudo apt-get install stow
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone [email protected]:ericduran/dotfiles.git ~/dotfiles
cd dotfiles
stow home
stow tmux
stow git
# Change to zsh
chsh -s /bin/zsh