From 862d41f29c9682053161c6de638a488b0a7a2ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Thu, 11 Aug 2016 14:37:03 +0200 Subject: [PATCH] add Ruby support via RVM --- common/configure_fresh_system | 5 +++++ 1 file changed, 5 insertions(+) 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/"