Skip to content

Instantly share code, notes, and snippets.

@kingcons
Created January 4, 2015 21:50
Show Gist options
  • Save kingcons/f8a0ed7d67e5e16a72a4 to your computer and use it in GitHub Desktop.
Save kingcons/f8a0ed7d67e5e16a72a4 to your computer and use it in GitHub Desktop.
Install Party!!!

wifi password: Ir0nY@rd$*

You will want to run which command for the commands:

  • brew
  • git
  • rbenv
  • pry

And check for the following versions with command -v or command --version

  • brew -> 0.9.5
  • git -> 2.2.0
  • rbenv -> 0.4.0-129 CLOSE ENOUGH
  • ruby -> 2.1.5p273
  • bundler -> 1.7.9
  • pry -> 0.10.1

Install Yosemite (OS X 10.10) from the App Store

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • brew install git

Install oh-my-zsh

Install rb-env

Install ruby-build

Run the following commands

  • rbenv install 2.1.5
  • rbenv global 2.1.5
  • gem install bundler
  • gem install pry

You have your SSH pubkey in github, right?

FAQ

Q: I already have RVM installed. What do I do?

A: See http://stackoverflow.com/questions/3558656/how-can-i-remove-rvm-ruby-version-manager-from-my-system

@pwood1284
Copy link

Also make sure XCode Command Line Tools are installed with xcode-select --install?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment