zimfw / ruby

Provides ruby, bundler, rbenv and rvm aliases and initialization.
MIT License
0 stars 0 forks source link
rbenv ruby rvm zim zimfw zsh zsh-plugin zsh-plugins

Ruby

Provides ruby and bundler aliases and initializes rbenv and/or rvm if already installed.

If available, this module configures Ruby to use Homebrew's openssl@1.1 dir.

Aliases

Bundler

rbenv

If you have rbenv installed with homebrew or ~/.rbenv/bin is in your $PATH, this module will evaluate rbenv's init without additional configuration to your dotfiles. To install rbenv, see https://github.com/rbenv/rbenv.

RVM

If RVM is already installed, this module will unset zsh's AUTO_NAME_DIRS and source ~/.rvm/scripts/rvm without additional configuration to your dotfiles. To install RVM see https://rvm.io/rvm/install and https://rvm.io/integration/zsh.

Licence

MIT