Based on Mathias's dotfiles
You can clone the repository wherever you want. (I like to keep it in ~/.dotfiles) The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/Javache/dotfiles.git && cd dotfiles && ./sync.shTo update, cd into your local dotfiles repository and then:
./sync.shAlternatively, to update while avoiding the confirmation prompt:
./sync.sh -fWhen setting up a new Mac, you may want to set some sensible OS X defaults:
./setup-osxWhen setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./setup-homebrewSuggestions/improvements welcome!
- Mathias Bynens
 - Gianni Chiappetta for sharing his amazing collection of dotfiles
 - Matijs Brinkhuis and his dotfiles repository
 - Jan Moesen and his ancient 
.bash_profile+ shiny tilde repository - Ben Alman and his dotfiles repository
 - Nicolas Gallagher and his dotfiles repository
 - Tom Ryder and his dotfiles repository
 - Chris Gerke and his tutorial on creating an OS X SOE master image + Insta repository
 - @ptb and his OS X Lion Setup repository
 - Lauri ‘Lri’ Ranta for sharing loads of hidden preferences
 - Tim Esselens
 - anyone who contributed a patch or made a helpful suggestion