matthewfranglen / dotfiles

My ZSH Shell Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script/install fails if you do not have ruby installed

matthewfranglen opened this issue · comments

The installation of the https://github.com/aanand/git-up command requires ruby but does not check that ruby is available. The installation fails if ruby is not installed because the gem command is not available:

install_git_up () {
    gem install --user-install git-up
}