Skip to content

Instantly share code, notes, and snippets.

@collegeman
Forked from kennethreitz/fresh-install.mkd
Created April 29, 2010 19:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collegeman/384147 to your computer and use it in GitHub Desktop.
Save collegeman/384147 to your computer and use it in GitHub Desktop.
Fresh installation hit list for Mac OSX developers

I'll be reloading my Mac this weekend. Thanks to @kennethreitz, I got a huge leg-up on the software load list. I've updated with my own needs, but the core was all there. Thanks Kenneth - I'll buy you your next cup of coffee.

Part I: The Basics

Part II: The Essentials

If you choose to install these components (Xcode in particular), install them in order.

Part III: Development Tools

TextMate and Bundles

Source control

CLI Tools

Python Libs

sudo easy_install pip fabric virtualenv bpython ipython nose

PHP

Other

  • Titanium [download]
  • V8 Engine brew install v8
  • Node.js brew install node
  • Grails brew install grails

Testing tools

  • VMWare Fusion
  • Foremost

Design Tools

  • iWork
  • Adobe Creative Suite 4
  • Hexpicker
  • OmniGraffle
  • Balsamic Mokcups
  • Fontcase

Productivity Tools

  • Things.app
  • Anxiety

Utilities

  • SuperDuper

Communication Tools

Misc

  • Silverlight
  • Gowl
  • Ulysees Core
  • Spotify
  • Perian
  • Super
  • VLC
  • ChaX for iChat
@oschrenk
Copy link

oschrenk commented May 1, 2010

This is a huge help for my next installation. With regards to Textmate bundles: I use a script to get/update my bundles directly from Github (forked from here which used the official SVN repo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment