Awesome
kitchen-zsh-plugin
kitchen-zsh-plugin
is a zsh plugin for
Test Kitchen. This plugin can be installed into oh-my-zsh custom plugin folder.
I did this plugin for fun, before I found the zsh-users version. I recommend you use that one instead of mine : https://github.com/zsh-users/zsh-completions/blob/master/src/_kitchen
Installation for oh-my-zsh
-
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
kitchen
:git clone https://github.com/pelletiermaxime/test-kitchen-zsh-plugin.git kitchen
-
Include
kitchen
plugin to your .zshrc file along with other plugins -
Restart your terminal application.
TODO
- Add driver subcommands.
Additional information
- This is heavily based on the vagrant zsh plugin
- Caching code inspired by the supervisor zsh plugin
- This readme is based on the berkshelf-zsh readme