Skip to content

unixorn/berkshelf-zsh-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Screenshot1

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

  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 berkshelf:

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

    ...
    plugins=(brew git laravel codeception berkshelf)
    ...
  4. 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.

About

A oh-my-zsh plugin for berkshelf command completion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%