$ git clone https://github.com/mynameisrufus/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ git submodule update --init
$ sh install.sh
Changing shells:
$ chsh -s /bin/zsh
or back to bash:
$ chsh -s /bin/bash
$ git submodule add --depth 1 https://github.com/user/vim-myplugin.git vim/bundle/vim-myplugin
$ sh update.sh
$ rm -rf vim/bundle/vim-myplugin
$ git submodule deinit -f -- vim/bundle/vim-myplugin
$ rm -rf .git/modules/vim/bundle/vim-myplugin
Thanks to Ryan Bates for the Rakefile code and James Sadler for the pathogen and bundle ideas.