Skip to content

shengyou/robo-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robo-zsh-plugin

robo-zsh-plugin is a zsh plugin for Robo. This plugin can be install into oh-my-zsh custom plugin folder.

Screenshot1

Installation

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

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

    ...
    plugins=(osx brew git laravel codeception robo)
    ...
  4. Restart your terminal application.

If you're using zgen:

  1. Add zgen load shengyou/robo-zsh-plugin to your .zshrc along with your other zgen load commands.
  2. rm ${ZGEN_INIT}/init.zsh && zgen save

If you're using Antigen:

  1. Add antigen bundle shengyou/robo-zsh-plugin to your .zshrc where you've listed your other plugins.
  2. Close and reopen your Terminal/iTerm window to refresh context and use the plugin. Alternatively, you can run antigen bundle shengyou/robo-zsh-plugin in a running shell to have antigen load the new plugin immediately & temporarily.

TODO & Bugs

  • This plugin currentlly only support completion if you install robo through get_robo command.

Contact

Shengyou Fan (If you like it, please endorse me on coderwall) endorse

Any questions, feel free to contact me.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages