Last active
February 12, 2018 04:28
-
-
Save jeff-r/eecf31586b9dae2fb2d33f082bdf304b to your computer and use it in GitHub Desktop.
This file contains 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 apt-get update | |
sudo apt-get install -y ruby | |
git clone https://github.com/jeff-r/ez-dotfiles.git | |
cd ez-dotfiles | |
git checkout jeff | |
cd bash | |
ruby activate.rb | |
cd ../git | |
ruby activate.rb | |
cd ../tmux | |
ruby activate.rb | |
cd ../vim | |
ruby activate.rb | |
cd | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB | |
\curl -sSL https://get.rvm.io | bash | |
source /home/jeff/.rvm/scripts/rvm | |
nvm install 8.9.4 | |
# rvm install ruby-head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment