Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Created September 1, 2011 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save waynegraham/1186324 to your computer and use it in GitHub Desktop.
Save waynegraham/1186324 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
# install rvm
curl -s https://rvm.beginrescueend.com/install/rvm | sh
echo "if [[ -s ~/.rvm/scripts/rvm ]] ; then source ~/.rvm/scripts/rvm ; fi" >> ~/.bash_profile
source ~/.bash_profile
# get ruby 1.9.2 and set it as the default
rvm install 1.9.2
rvm --default use 1.9.2
# 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
say -v Zarvox "All your base belong to us."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment