Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
You can clone the repository wherever you want. The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && sh bootstrap.sh
To update, cd
into your local dotfiles
repository and then:
sh bootstrap.sh
Alternatively, to update while avoiding the confirmation prompt:
sh bootstrap.sh -f
If you add a new package via brew or modify a alias in the ~/.config directory, you will want to update your dotfiles repo. To do so execute the update script in any directory.
sh bin/update.sh
Alternatively, to update while avoiding the confirmation prompt:
sh bin/update.sh -f
Suggestions/improvements welcome!