-
-
Save erochest/1186350 to your computer and use it in GitHub Desktop.
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 characters
#! /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 | |
# 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." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment