dotfiles/linux.sh

9 lines
230 B
Bash
Raw Normal View History

2016-01-28 11:06:14 -05:00
#!/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