robo-zsh-plugin is a zsh plugin for
Robo. This plugin can be install into oh-my-zsh custom plugin folder.
-
In the command line, change to
oh-my-zshplugins directory:$ take ~/.oh-my-zsh/custom/plugins -
Clone the repository into a new directory called
robo:git clone https://github.com/shengyou/robo-zsh-plugin.git robo -
Include
roboplugin to your .zshrc file along with other plugins:... plugins=(osx brew git laravel codeception robo) ...
-
Restart your terminal application.
If you're using zgen:
- Add
zgen load shengyou/robo-zsh-pluginto your.zshrcalong with your otherzgen loadcommands. rm ${ZGEN_INIT}/init.zsh && zgen save
If you're using Antigen:
- Add
antigen bundle shengyou/robo-zsh-pluginto your.zshrcwhere you've listed your other plugins. - Close and reopen your Terminal/iTerm window to refresh context and use the plugin. Alternatively, you can run
antigen bundle shengyou/robo-zsh-pluginin a running shell to have antigen load the new plugin immediately & temporarily.
- This plugin currentlly only support completion if you install robo through get_robo command.
Shengyou Fan (If you like it, please endorse me on coderwall)
Any questions, feel free to contact me.

