Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.29 KB

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