add Ruby support via RVM
This commit is contained in:
parent
52caf6d5a6
commit
862d41f29c
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ if [[ -z $NORUST ]]; then
|
||||||
cargo install -f rustfmt
|
cargo install -f rustfmt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -z $NORUBY ]]; then
|
||||||
|
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||||
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -z $NOVIM ]]; then
|
if [[ -z $NOVIM ]]; then
|
||||||
echo "\n" | vim +PluginInstall +qa
|
echo "\n" | vim +PluginInstall +qa
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
|
|
Loading…
Reference in a new issue