Created
November 13, 2012 15:17
-
-
Save lyuehh/4066268 to your computer and use it in GitHub Desktop.
vagrant ruby env
This file contains hidden or 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
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