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
  • Select an option

  • Save erochest/1186350 to your computer and use it in GitHub Desktop.

Select an option

Save erochest/1186350 to your computer and use it in GitHub Desktop.

Revisions

  1. erochest revised this gist Sep 1, 2011. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions os_x_dev_setup.sh
    Original 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

  2. Wayne Graham created this gist Sep 1, 2011.
    12 changes: 12 additions & 0 deletions os_x_dev_setup.sh
    Original 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."