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.sh
To update, cd
into your local dotfiles
repository and then:
./sync.sh
Alternatively, to update while avoiding the confirmation prompt:
./sync.sh -f
When setting up a new Mac, you may want to set some sensible OS X defaults:
./setup-osx
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./setup-homebrew
Suggestions/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