Skip to content

Instantly share code, notes, and snippets.

@alecmce
Created May 30, 2012 22:54
Show Gist options
  • Save alecmce/2839429 to your computer and use it in GitHub Desktop.
Save alecmce/2839429 to your computer and use it in GitHub Desktop.
Tools For Interactive Software Development

Mac OS X Dev Setup

System Tools

  • iTerm: A better Terminal.
  • zsh: An even better Terminal.
  • Homebrew: Package manager.
  • git: Source control.
  • rvm: Ruby.
  • python: Python.
  • mamp: For managing localhost.

Coding

Apps

  • Sparrow: Decent email client.
  • Chrome: For googling and running release Flash Player
  • Firefox: For running debug Flash Player (with CacheToggle).
  • 1Password: Password Management
  • Omnigraffle: For diagrams

Services

Utilities

  • fnable: Function keys / Mac keys toggling.
  • iStat Menus: Performance monitoring.
  • caffeine: Prevent your Mac from sleeping
  • growl: Notifications for Mac
  • cinch: Window management for Mac

AS3 SDKs and Libraries

HaXe SDKs and Libraries

  • haXe: For haXe projects
  • haxelib install munit

Ruby Gems

  • gem install bundler
  • gem install buildr-as3
  • gem install buildr-hx --pre
  • gem install cucumber

Git Setup

  • git config --global user.name "[name]"
  • git config --global user.email [email]
  • git config --global color.diff auto
  • git config --global color.status auto
  • git config --global color.branch auto
  • git config --global core.editor "subl -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment