mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-16 16:27:37 +10:00
f62dfea69705ce734d0d8cc8af6c072a0b06fffb
Mathias’s dotfiles
Installation
Using Git and the bootstrap script
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
Git-free install
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.
Sensible OS X defaults
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
Feedback
Suggestions/improvements welcome!
Thanks to…
- 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
Languages
Vim Script
93.2%
Shell
6.8%