These (opinionated) setup scripts automatically configure my OS X development machine, following a clean OS X install. This speeds the processing of starting development from a new machine and provides peace of mind that everything is configured correctly (IMO).
First, I recommend you fork this project and tweak it in a few places (for example, your Git identity settings are not the same as mine) and peruse the scripts to ensure you are comfortable with what they do.
- Select 'Download Zip' from the Github page or from your own fork.
- Unzip
osx-setup-master.zip
by double clicking. - Install XCode Command Line Tools from Apple.
- cd ~/Downloads/osx-setup-master
- bash ./bootstrap.sh
- Manually perform the tasks listed in
osx-setup/manual.txt
.
- Create an OS X USB Startup Disk so that you can perform your own fresh installs.
My machine setup strategy is evolving and I'm working to integrate provisioning and version controlled configurations into my setup strategy. As my own setup strategy changes, this repository will be updated to reflect those changes.
If you have any suggestions or corrections, create an Issue or Pull Request.
Dalton Hubble
MIT License