Skip to content

Instantly share code, notes, and snippets.

@erochest
Forked from waynegraham/os_x_dev_setup.sh
Created September 1, 2011 15:01
Show Gist options
  • Save erochest/1186350 to your computer and use it in GitHub Desktop.
Save erochest/1186350 to your computer and use it in GitHub Desktop.
#! /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