Skip to content

Instantly share code, notes, and snippets.

@markalanevans
Last active December 12, 2015 08:18
Show Gist options
  • Select an option

  • Save markalanevans/4742490 to your computer and use it in GitHub Desktop.

Select an option

Save markalanevans/4742490 to your computer and use it in GitHub Desktop.
#Install Brew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
#Command Line Tools
brew install tmux
brew install macvim --override-system-vim
brew linkapps
#Install
brew update
brew install git
brew install wget
brew install mysql
brew install memcached
brew install postgres
brew install redis
brew install mongodb
#Show me all that is installed.
brew list
#Gems
gem install sinatra
gem install tmuxinator
gem install rest-client
gem instal shotgun #For Auto Reloading My Sinatra Apps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment