Installing Xcode and the command line tools need to be done first because it installs gcc.
https://developer.apple.com/xcode/features/
A nice alternative to Terminal.app.
http://www.iterm2.com/
A nice color scheme. http://ethanschoonover.com/solarized
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Note that Xcode is a pre-req for Homebrew.
http://brew.sh/
brew install wget
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
restart iTerm2
brew install git
Copy over your SSH Keys from your existing machine if you have them and want to carry over your existing SSH configs.
brew update
brew install rbenv rbenv-gem-rehash ruby-build
# Install ruby 2.1.2
rbenv install 2.1.2
rbenv global 2.1.2
rbenv rehash
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
curl get.pow.cx | sh
To get it to work with Apache check: https://github.com/37signals/pow/wiki/Running-Pow-with-Apache
brew install postgresql mysql
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.
http://www.videolan.org/vlc/index.html
Alfred is an award-winning productivity application for Mac OS X, which aims to save you time in searching your local computer and the web.