Skip to content

Instantly share code, notes, and snippets.

@lyuehh
Created November 13, 2012 15:17
Show Gist options
  • Save lyuehh/4066268 to your computer and use it in GitHub Desktop.
Save lyuehh/4066268 to your computer and use it in GitHub Desktop.
vagrant ruby env
sudo vi /etc/apt/source.list
:%s/us/cn/g
sudo apt-get update
sudo apt-get install git-core
sudo apt-get install curl
sudo apt-get install build-essential zlib1g zlib1g-dev libreadline5 libreadline5-dev libssl-dev
curl -L https://get.rvm.io | bash -s stable
source /home/vagrant/.rvm/scripts/rvm
rvm install 1.9.3
sudo apt-get install zsh
git clone https://github.com/skwp/dotfiles ~/.yadr
cd ~/.yadr && rake install
chsh -s /bin/zsh
password: vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment