This project is inspired and seeded by the code at https://github.com/mathiasbynens/dotfiles. It has been stripped down and re-arranged to focus on team software development instead of hacking. Accordingly themes have been relegated to being an 'extras' addition (see more below). And, the project has been re-arranged into smaller file chunks to allow individual team members to quickly identify the changes they want to make, or delete whole files to forgo those settings.
Warning: If you want to give these OSX settings a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use these 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 execute them.
git clone https://github.com/PelotonTechIO/bootstrapOSX.git && cd bootstrapOSX && source bootstrapOSX.sh
To update, cd
into your local bootstrapOSX
repository and then:
source bootstrapOSX.sh
Alternatively, to update while avoiding the confirmation prompt:
set -- -f; source bootstrapOSX.sh
To install these files without Git:
cd; curl -#L https://github.com/PelotonTechIO/bootstrapOSX/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrapOSX.sh,LICENSE-MIT.txt}
To update later on, just run that command again.
If ~/.extras
exists, it will be sourced along with the other files. You can use this to add a few custom commands without the need to fork this entire repository, or to add commands you don’t want to commit to a public repository.
For example your ~/.extras
could include setting :your git config --global user.email and user.name
You could also use ~/.extra
to override settings from the repository.
Suggestions/improvements welcome!
- Mathias Bynens and everyone he thanks on his great work at https://github.com/mathiasbynens/dotfiles