Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 773 Bytes

README.linux.md

File metadata and controls

30 lines (19 loc) · 773 Bytes

Instructions for linux

sudo apt-get install virtualbox-guest-dkms
sudo apt-get install exuberant-ctags silversearcher-ag
sudo apt-get install -y libssl-dev libreadline-dev zlib1g-dev

git clone https://github.com/rbenv/rbenv.git ~/.rbenv
cd ~/.rbenv && src/configure && make -C src

git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`

Open a new shell / connection

git clone https://github.com/rbenv/ruby-build.git
~/.rbenv/plugins/ruby-build

rbenv install 2.3.0
rbenv global 2.3.0

git clone [email protected]:anveo/dotfiles.git
cd dotfiles
rake install

nvm install 4.3.1

Manually symlink ~/.bashrc

cd
ln -nfs dotfiles/bashrc .bashrc