Repos for linux install

This commit is contained in:
Andrew Tomaka 2016-01-28 11:06:14 -05:00
parent e586f1661f
commit 4970bd2ff5
2 changed files with 8 additions and 0 deletions

0
gitignore_global Executable file → Normal file
View file

8
linux.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
if test ! -d ~/.rbenv ; then
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
fi
if test ! -d ~/.rbenv/plugins/ruby-build ; then
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
fi