Skip to content

Instantly share code, notes, and snippets.

@ahawthorne
Last active November 4, 2015 16:48
Show Gist options
  • Save ahawthorne/40672b6f3106ebf71549 to your computer and use it in GitHub Desktop.
Save ahawthorne/40672b6f3106ebf71549 to your computer and use it in GitHub Desktop.
rbenv install
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
export RBENV_PLUGINS="$HOME/.rbenv/plugins"
git clone git://github.com/sstephenson/rbenv-vars.git ${RBENV_PLUGINS}/rbenv-vars
git clone git://github.com/sstephenson/ruby-build.git ${RBENV_PLUGINS}/ruby-build
git clone git://github.com/sstephenson/rbenv-default-gems.git ${RBENV_PLUGINS}/rbenv-default-gems
git clone git://github.com/fesplugas/rbenv-installer.git ${RBENV_PLUGINS}/rbenv-installer
git clone git://github.com/fesplugas/rbenv-bootstrap.git ${RBENV_PLUGINS}/rbenv-bootstrap
git clone git://github.com/rkh/rbenv-update.git ${RBENV_PLUGINS}/rbenv-update
git clone git://github.com/rkh/rbenv-whatis.git ${RBENV_PLUGINS}/rbenv-whatis
git clone git://github.com/rkh/rbenv-use.git ${RBENV_PLUGINS}/rbenv-use
git clone https://github.com/ahawthorne/rbenv-fedora.git ${RBENV_PLUGINS}/rbenv-fedora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment