Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintermi/zsh-bob
A zsh plugin for `bob` a cross-platform and easy-to-use Neovim version manager.
https://github.com/wintermi/zsh-bob
Last synced: 7 days ago
JSON representation
A zsh plugin for `bob` a cross-platform and easy-to-use Neovim version manager.
- Host: GitHub
- URL: https://github.com/wintermi/zsh-bob
- Owner: wintermi
- License: apache-2.0
- Created: 2023-05-10T14:44:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T10:25:42.000Z (10 months ago)
- Last Synced: 2024-04-13T12:48:23.082Z (7 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-bob
A zsh plugin for `bob` a cross-platform and easy-to-use Neovim version manager.## Install
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc````sh
# Install plugin
plug "wintermi/zsh-bob"
```## Prerequisite Checks
A check will be performed to verify that `bob` has been installed:- [`bob`](https://github.com/MordechaiHadad/bob) - Neovim version manager
## License
The **zsh-bob** plugin is released under the [Apache License 2.0](https://github.com/wintermi/zsh-bob/blob/main/LICENSE) unless explicitly mentioned in the file header.