berkshelf-zsh-plugin
is a zsh plugin for
Berkshelf. This plugin can be installed into your oh-my-zsh custom plugin folder.
Use Antigen's bundle command - add antigen bundle berkshelf/berkshelf-zsh-plugin
to your .zshrc
along with your other antigen plugins
-
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/shengyou/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.
- Make options completion.
This plugin is currently maintained by Shengyou Fan. If you have any questions, feel free to contact me.