Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/zsh-jabba
ZSH plugin for jabba
https://github.com/2m/zsh-jabba
Last synced: 22 days ago
JSON representation
ZSH plugin for jabba
- Host: GitHub
- URL: https://github.com/2m/zsh-jabba
- Owner: 2m
- License: apache-2.0
- Created: 2018-06-17T15:19:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T12:52:52.000Z (over 4 years ago)
- Last Synced: 2024-04-15T08:21:28.831Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [zsh-jabba][]
[zsh-jabba]: https://github.com/2m/zsh-jabba
This is a ZSH plugin for [jabba](https://github.com/shyiko/jabba). Together with packaging the original shell integration code required for jabba to work correctly, this plugin also includes autocompletion support for the following commands:
* `use`
* `install`
* `uninstall`## Installation
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* Clone this repository to `~/.oh-my-zsh/custom/plugins`.
* Add `zsh-jabba` to the plugin list in `~/.zshrc`### [antibody](https://getantibody.github.io/)
Add this plugin to the antibody plugins file. Also make sure that the completion functionality in enabled in your `.zshrc` file:
```bash
autoload -U compinit
compinit
```