Last active
August 29, 2015 14:00
-
-
Save jdoconnor/f3dc50bd12aa4ad6f839 to your computer and use it in GitHub Desktop.
getting started
This file contains 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
# please pay attention to the terminal. These installations have a lot of feedback on the commandline to view. | |
# rvmrc | |
\curl -sSL https://get.rvm.io | bash -s stable | |
rvm install 2.0.0 | |
# install command line tools for building. | |
xcode-select --install | |
# install homebrew | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
# get homebrew-cask | |
brew tap caskroom/cask | |
brew install caskroom/cask/brew-cask | |
# see the appdir path below. without it, you'll install to ~/Applications, which is perfectly fine for some people | |
brew cask --appdir=/Applications install sublime-text sequel-pro google-chrome sourcetree google-drive caffeine hipchat iterm2 robomongo ngrok shuttle vagrant | |
# install service stuff | |
brew install mysql elasticsearch redis mongodb memcached rabbitmq node sqlite imagemagick | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some more things to probably add:
Thoughts on opening some websites to get started?
Thoughts on any default config files like square's https://github.com/square/maximum-awesome?