Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimfw/ruby
Provides ruby, bundler, rbenv and rvm aliases and initialization.
https://github.com/zimfw/ruby
rbenv ruby rvm zim zimfw zsh zsh-plugin zsh-plugins
Last synced: 12 days ago
JSON representation
Provides ruby, bundler, rbenv and rvm aliases and initialization.
- Host: GitHub
- URL: https://github.com/zimfw/ruby
- Owner: zimfw
- License: mit
- Created: 2020-01-18T19:44:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T03:02:13.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T18:33:07.016Z (about 2 months ago)
- Topics: rbenv, ruby, rvm, zim, zimfw, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `[email protected]` dir.
## Aliases
- `rb` is short for `ruby`.
### Bundler
- `rbb` bundle install
- `rbbc` bundle clean
- `rbbe` bundle exec
- `rbbi` bundle install --path vendor/bundle
- `rbbl` bundle list
- `rbbo` bundle open
- `rbbp` bundle package
- `rbbu` bundle update### 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](https://github.com/rbenv/rbenv).
- `rbe` rbenv
- `rbei` rbenv install### 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](https://rvm.io/rvm/install) and [https://rvm.io/integration/zsh](https://rvm.io/integration/zsh).
- `rvmi` rvm install
## Licence
[MIT](./LICENSE)