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

  1. In the command line, change to oh-my-zsh plugins directory:

    $ take ~/.oh-my-zsh/custom/plugins
  2. Clone the repository into a new directory called kitchen:

    git clone https://github.com/pelletiermaxime/test-kitchen-zsh-plugin.git kitchen
  3. Include kitchen plugin to your .zshrc file along with other plugins

  4. Restart your terminal application.

TODO

  • Add driver subcommands.

Additional information