git clone https://github.com/dsingleton/dotfiles.git && cd dotfiles && source bootstrap.shTo update, cd into your local dotfiles repository and then:
source bootstrap.shIf ~/.path exists, it will be sourced along with the other files.
Here’s an example ~/.path file that adds ~/utils to the $PATH:
export PATH="$HOME/utils:$PATH"When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osxWhen setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./.brewMathias Bynens, from whom this repo is forked.