Skip to content

Instantly share code, notes, and snippets.

@jayzz55
Forked from mattswann/installfest.md
Last active August 29, 2015 14:24
Show Gist options
  • Save jayzz55/d43f82777b47a3d2a641 to your computer and use it in GitHub Desktop.
Save jayzz55/d43f82777b47a3d2a641 to your computer and use it in GitHub Desktop.

##Rollin with the Install

####Stage 1 - Ruby Version Manager

go to rvm.io copy and paste the two commands

 commands to copy and paste in terminal

restart terminal

then type

rvm install 2.2.2

type in rvm list and it should show the version

####Stage 2 - Node Version Manager

use nvm https://github.com/creationix/nvm

check install by typing

nvm --version


This is a to get the suble . & command working on a Mac set-up bash alias by pasting these commands in your terminal

ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl or ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin

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