Created
December 24, 2012 06:35
-
-
Save zph/4368087 to your computer and use it in GitHub Desktop.
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
# Episode 2 Shell Commands | |
sudo apt-get install curl | |
\curl -L https://get.rvm.io | bash -s stable --ruby | |
source /home/zph/.rvm/scripts/rvm | |
rvm requirements | |
sudo /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text | |
sublime-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment