-
-
Save SethWilson/1277194 to your computer and use it in GitHub Desktop.
Revisions
-
jasoncodes revised this gist
Sep 29, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
jasoncodes revised this gist
Sep 29, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ 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 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 -
jasoncodes revised this gist
Sep 19, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ brew install 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 -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal 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 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 -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 readline echo 'eval "$(rbenv init -)"' >> ~/.bash_profile exec -
jasoncodes revised this gist
Sep 17, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 rbenv rehash -
jasoncodes created this gist
Sep 17, 2011 .There are no files selected for viewing
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 charactersOriginal 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