diff --git a/common/configure_fresh_system b/common/configure_fresh_system index c79dd2d1..24b4d94d 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -99,6 +99,11 @@ if [[ -z $NORUST ]]; then cargo install -f rustfmt 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 echo "\n" | vim +PluginInstall +qa cd "$DIR/.vim/bundle/YouCompleteMe/"