This repo is mostly for me but you're welcome to make suggestions. Mathias's is the project to fork.
git clone https://github.com/holger/dotfiles.git && cd dotfiles && source bootstrap.shTo update, cd into your local dotfiles repository and then:
source bootstrap.shAlternatively, to update while avoiding the confirmation prompt:
set -- -f; source bootstrap.shWhen 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):
./.brew- Mathias Bynens and his dotfiles repository