Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@scottwater
Created October 13, 2010 13:56
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 scottwater/624070 to your computer and use it in GitHub Desktop.
Save scottwater/624070 to your computer and use it in GitHub Desktop.
function mkgemset() {
mkdir $1
echo 'source :gemcutter' > $1/Gemfile
touch $1/Rakefile
echo 'rvm_gemset_create_on_use_flag=1\nrvm gemset use' $1 > $1/.rvmrc
cd $1
git init
mate .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment