rvm implode
Then remove any reference to RVM in .z*
files.
brew update
brew install rbenv
brew install ruby-build
NOTE: eval "$(rbenv init -)"
is handled by prezto
rbenv install 1.9.3-p327
rbenv global 1.9.3-p327
CPPFLAGS=-I/opt/X11/include CC=/usr/local/bin/gcc-4.2 rbenv install ree-1.8.7-2012.02
Use $ruby_info
. See prezto docs
gem install bundler rails pry pry-doc pry-nav \
awesome_print tmuxinator pomo \
pasteboard imgur2 cloudapp_api
Go to some project and:
bundle isntall
bundle install --binstubs=.bundle/binstubs
Then:
mkdir ~/.bundle
cp .bundle/config ~/.bundle/config
rm -rf .bundle/config
find . -type f -name config -print | xargs grep -H 'BUNDLE'
find . -type f -name exclude -print | xargs grep -H 'bin'
echo "PATH=.bundle/binstubs:$PATH" >> ~/.zshrc
Yes, I know it's a security hazard.
bundle
all up in your projects