Skip to content

Instantly share code, notes, and snippets.

@iamjohnnym
Created January 14, 2015 01:03
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 iamjohnnym/d9adf5aa61fc78ea8183 to your computer and use it in GitHub Desktop.
Save iamjohnnym/d9adf5aa61fc78ea8183 to your computer and use it in GitHub Desktop.
ruby
- name: install rvm
raw: curl -L https://get.rvm.io | bash -s stable
tags:
- install
- name: source scripts
raw: . ~/.bashrc
tags:
- install
- name: install ruby 2.1.5
shell: rvm install 2.1.5
tags:
- install
- name: set ruby default 2.1.5
shell: rvm use 2.1.5 --default
tags:
- install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment