Add ruby support for vim

This commit is contained in:
Chris Sexton 2015-03-10 12:00:59 -04:00
parent d4eef318c3
commit 25a1910727
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if [[ "$UNAMESTR" == 'Linux' ]]; then
sudo apt-get install -y build-essential git irssi vim-nox zsh tmux sudo apt-get install -y build-essential git irssi vim-nox zsh tmux
[ -d "$HOME"/go ] || curl -L https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -xzC "$HOME" [ -d "$HOME"/go ] || curl -L https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -xzC "$HOME"
elif [[ "$os" == CentOS* ]]; then elif [[ "$os" == CentOS* ]]; then
sudo yum install -y vim-enhanced zsh git sudo yum install -y git zsh ruby vim-enhanced
fi fi
elif [[ "$UNAMESTR" == 'Darwin' ]]; then elif [[ "$UNAMESTR" == 'Darwin' ]]; then
# Probably need to set up brew and brew install some stuff here... # Probably need to set up brew and brew install some stuff here...