moisesvega
12/18/2014 - 8:56 PM

Print ADFASDFASd

Print ADFASDFASd

#!/bin/sh
 
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
 
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
 
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
 
mkdir -p ~/.rbenv/plugins
 
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
 
git clone git://github.com/carsomyr/rbenv-bundler.git ~/.rbenv/plugins/bundler