This repo contains my dotfiles, with management provided by Dotbot.
cd ~/Developer # or another directory
git clone https://github.com/markneub/dotfiles.git
cd dotfiles
git submodule update --init --recursive
./install # adds dotfile symlinks from $HOME to repoUpgrade submodules to latest versions:
git submodule update --init --remote