-
-
Save erochest/1186350 to your computer and use it in GitHub Desktop.
Revisions
-
erochest revised this gist
Sep 1, 2011 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ #! /usr/bin/env bash # install local janus config curl -L https://gist.github.com/raw/1166018/bfba67168e2f2b74fa7d7debf9ed13ca798429f1/.janus.rake > ~/.janus.rake # install janus plugins for vim curl https://raw.github.com/carlhuda/janus/master/bootstrap.sh -o - | sh -
Wayne Graham created this gist
Sep 1, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #! /usr/bin/env bash # install janus plugins for vim curl https://raw.github.com/carlhuda/janus/master/bootstrap.sh -o - | sh # install rvm bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) # get ruby 1.9.2 and set it as the default rvm install 1.9.2 rvm --default use 1.9.2 say -v Zarvox "All your base belong to us."