Last active
December 17, 2015 16:09
-
-
Save biinari/5636438 to your computer and use it in GitHub Desktop.
Install a few rbenv plugins to make things easier
This file contains 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 characters
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