Last active
December 12, 2015 08:18
-
-
Save markalanevans/4742490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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