xcode-select —install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew update
brew install bash-completion ssh-copy-id wget
brew install coreutils
brew install caskroom/cask/brew-cask
Download apps from App Store
Slack
Memory Clean
Evernote
The Unarchiver
Sunrise Calendar
Pocket
Alfred
Kiwi for Gmail
Download apps from the Web
Copy .ssh folder from backup
Copy .bash_* files from backup
Copy .gitconfig and .gitignore_global from backup
Copy Virtualbox VM from backup and import them into Virtualbox
Copy vagrant boxes from backup into .vagrantd/boxes
Install Development Tools
Install LIIP binary PHP packages (http://php-osx.liip.ch )
Link the new PHP binaries from /usr/local/php5/bin to /usr/bin
Install other dev packaes using homebrew
brew install node
npm install -g npm@latest
npm install -g gulp
npm install -g bower
brew install git
brew install python
brew install mysql
brew install redis
brew install beanstalkd