berkshelf-zsh-plugin
berkshelf-zsh-plugin
is a zsh plugin for
Berkshelf. This plugin can be installed into your oh-my-zsh custom plugin folder.
Status
This software project is no longer under active development as it has no active maintainers. The software may continue to work for some or all use cases, but issues filed in GitHub will most likely not be triaged. If a new maintainer is interested in working on this project please come chat with us in #chef-dev on Chef Community Slack.
Installation
Installation for antigen users
Use Antigen's bundle command - add antigen bundle berkshelf/berkshelf-zsh-plugin
to your .zshrc
along with your other antigen plugins
Installation for oh-my-zsh users
In the command line, change to
oh-my-zsh
plugins directory:$ take ~/.oh-my-zsh/custom/plugins
Clone the repository into a new directory called
berkshelf
:git clone https://github.com/berkshelf/berkshelf-zsh-plugin.git berkshelf
Include
berkshelf
plugin to your .zshrc file along with other plugins:... plugins=(brew git laravel codeception berkshelf) ...
Restart your terminal application.
TODO
- Make options completion.
Additional information
This plugin is currently maintained by Shengyou Fan. If you have any questions, feel free to contact me.