Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshCheek/9783381 to your computer and use it in GitHub Desktop.
Save JoshCheek/9783381 to your computer and use it in GitHub Desktop.
Mac Setup
Setup Mac
- Make sure you have xcode
- Install homebrew (bottom of http://brew.sh)
password: bbuser
- $ brew install git rbenv ruby-build
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
new terminal window
$ rbenv install 2.1.1
$ rbenv global 2.1.1
$ ruby -v
expect to see: ruby 2.1.1psomething ...
- $ gem install minitest pry seeing_is_believing
- install sublime text 2 or 3 or whatever editor you like
- If you're brand new, you might like some dotfiles
- https://github.com/JoshCheek
- bash_profile - https://github.com/JoshCheek/dotfiles/blob/master/bash_profile
- gitconfig - https://github.com/JoshCheek/dotfiles/blob/master/gitconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment