setup my computer
# Download Apps
# Chrome, Sublime Text, Adium, iTerm2, Disk Inventory X
# install Xcode ... manually..
# then get Command Line Tools https://developer.apple.com/downloads/index.action
# oh my zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
# node
# npm
curl -O https://gist.github.com/marclundgren/8232056/raw/node-and-npm-in-30-seconds.sh && sh node-and-npm-in-30-seconds.sh && rm node-and-npm-in-30-seconds.sh
# git http://git-scm.com/download/mac
# generate ssh key https://help.github.com/articles/generating-ssh-keys
# ruby
# rvm