Skip to content

Instantly share code, notes, and snippets.

@koshian
Created October 2, 2015 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koshian/c9819d1ebaa6ab95e5c9 to your computer and use it in GitHub Desktop.
Save koshian/c9819d1ebaa6ab95e5c9 to your computer and use it in GitHub Desktop.
After install new ruby
#!/bin/sh
REQUIRE_GEMS='
rbenv-rehash
bundler
nokogiri
myrurema
fastri
deep_hash_transform
rails
cocoapods
rmagick
less
'
gem install `echo $REQUIRE_GEMS | tr "\n" " "`
rbenv rehash
rurema --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment