git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && ./bootstrap.sh
To update, cd
into your local dotfiles
repository and then:
./bootstrap.sh
Alternatively, to update while avoiding the confirmation prompt:
./bootstrap.sh -f
To install these dotfiles without Git:
cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh}
To update later on, just run that command again.
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
Suggestions/improvements welcome!
- Gianni Chiappetta for sharing his amazing collection of dotfiles
- Matijs Brinkhuis and his homedir repository
- Jan Moesen and his ancient
.bash_profile
+ shiny tilde repository - Ben Alman and his dotfiles repository
- Tim Esselens
- anyone who contributed a patch or made a helpful suggestion