iTerm2
http://iterm2.com/
Oh my ZSH
https://github.com/robbyrussell/oh-my-zsh
HomeBrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Git
brew install git
wget
brew install wget
brew install gnupg
Image Magick
brew install imagemagick
Node
brew install node
Postgres
brew install postgres
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
-
Redis brew install redis ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
-
Sublime text http://www.sublimetext.com/3
-
RVM https://rvm.io/
Extra:
-
Rbenv and ruby-build brew install rbenv ruby-build
-
Add rbenv to profiles echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile echo 'eval "$(rbenv init -)"' >> ~/.profile echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc echo 'eval "$(rbenv init -)"' >> ~/.zshrc
-
Install ruby rbenv install 1.9.3-p374