Skip to content

Instantly share code, notes, and snippets.

@SethWilson
Forked from jasoncodes/gist:1223731
Created October 11, 2011 03:23
Show Gist options
  • Save SethWilson/1277194 to your computer and use it in GitHub Desktop.
Save SethWilson/1277194 to your computer and use it in GitHub Desktop.

Revisions

  1. @jasoncodes jasoncodes revised this gist Sep 29, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    brew install --HEAD rbenv
    brew install --HEAD ruby-build
    brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
  2. @jasoncodes jasoncodes revised this gist Sep 29, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    brew install rbenv
    brew install --HEAD rbenv
    brew install --HEAD ruby-build
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
    exec
    CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290
    rbenv set-default 1.9.2-p290
    rbenv global 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags
  3. @jasoncodes jasoncodes revised this gist Sep 19, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    brew install rbenv
    brew install https://raw.github.com/jasoncodes/homebrew/ruby-build/Library/Formula/ruby-build.rb # https://github.com/mxcl/homebrew/pull/7685
    brew install --HEAD ruby-build
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
  4. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,4 @@ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9
    rbenv set-default 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags
    gem ctags
  5. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,4 @@ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9
    rbenv set-default 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags
    gem ctags
  6. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -5,9 +5,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
    exec
    CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290
    rbenv rehash
    rbenv set-default 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags
    rbenv rehash
  7. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@ brew install rbenv
    brew install https://raw.github.com/jasoncodes/homebrew/ruby-build/Library/Formula/ruby-build.rb # https://github.com/mxcl/homebrew/pull/7685
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
    exec
    CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290
    rbenv rehash
  8. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    brew install rbenv
    brew install ruby-build # https://raw.github.com/jasoncodes/homebrew/ruby-build/Library/Formula/ruby-build.rb
    brew install https://raw.github.com/jasoncodes/homebrew/ruby-build/Library/Formula/ruby-build.rb # https://github.com/mxcl/homebrew/pull/7685
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    exec
  9. @jasoncodes jasoncodes revised this gist Sep 17, 2011. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,5 @@ rbenv rehash
    rbenv set-default 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags
    gem ctags
    rbenv rehash
  10. @jasoncodes jasoncodes created this gist Sep 17, 2011.
    11 changes: 11 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    brew install rbenv
    brew install ruby-build # https://raw.github.com/jasoncodes/homebrew/ruby-build/Library/Formula/ruby-build.rb
    brew install readline
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    exec
    CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290
    rbenv rehash
    rbenv set-default 1.9.2-p290
    gem install bundler -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond
    gem ctags