Skip to content

Instantly share code, notes, and snippets.

@biinari
Last active December 17, 2015 16:09
Show Gist options
  • Save biinari/5636438 to your computer and use it in GitHub Desktop.
Save biinari/5636438 to your computer and use it in GitHub Desktop.
Install a few rbenv plugins to make things easier
mkdir -p ~/.rbenv/plugins
cd ~/.rbenv/plugins
git clone https://github.com/ianheggie/rbenv-binstubs.git
git clone https://github.com/sstephenson/rbenv-default-gems.git
git clone https://github.com/sstephenson/rbenv-gem-rehash.git
echo "bundler" >> ~/.rbenv/default-gems
echo "alias bundleinstall='bundle install --binstubs .bundle/bin --path vendor/bundle'" >> ~/.bashrc
echo -e ".bundle\nvendor/bundle" >> ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment