- Git
git clone https://github.com/BugRoger/dotfiles.git ~/.dotfiles
.dotfiles/scripts/install
When setting up a new Mac, you may want to set some sensible OS X defaults:
scripts/osx
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
scripts/brew
Plugins that are published on github can be installed as submodules.
cd ~/dotfiles
git submodule add http://github.com/pangloss/vim-javascript.git vim/bundle/vim-javascript
Updating all plugins
git submodule foreach git pull