Home

Awesome

What is this?

A script to help you set up your development enviroment on OSX. It was custom made for me, so before you run it, please read the code, comment or add what you need. You can use it as an example to write your own script that fits your needs.

Tested in Mavericks and Yosemite

What it does?

Installs:

Add Some basic packages:

Install apps (that I use):

Apps for development:

Fixes some OSX annoyances:

Misc:

Usage

Clone it, make the file executable

chmod a+x start.sh

Run it

./start.sh

that's it

Credits

The script is based in this two great examples:

Hacker's Guide to Setting up Your Mac

OSX for Hackers: Yosemite/Mavericks Edition