Skip to content

Instantly share code, notes, and snippets.

@iamjohnnym
Created January 14, 2015 01:03
Show Gist options
  • Select an option

  • Save iamjohnnym/d9adf5aa61fc78ea8183 to your computer and use it in GitHub Desktop.

Select an option

Save iamjohnnym/d9adf5aa61fc78ea8183 to your computer and use it in GitHub Desktop.

Revisions

  1. iamjohnnym created this gist Jan 14, 2015.
    19 changes: 19 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    - 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