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
Installs:
Add Some basic packages:
wgetcurlffmpegnodemongodbnginxredissiegesiegemariadb
Install apps (that I use):
DropboxSpotifyDisk-inventory-xFirefoxGoogle ChromeVirtualboxMplayerxUtorrentSteamTeamviewerVlcSkypeFilezillaSqliteMailbox
Apps for development:
Iterm 2Sublime-Text 3RobomongoSequel-proMacdown
Fixes some OSX annoyances:
Save to disk (not to iCloud) by defaultDisable press-and-hold for keys in favor of a key repeatFast keyboard repeat rate
Misc:
Link Sublime Text command line
Clone it, make the file executable
chmod a+x start.sh
Run it
./start.sh
that's it
The script is based in this two great examples: