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-zsh
plugins 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
robo
plugin 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-plugin
to your.zshrc
along with your otherzgen load
commands. rm ${ZGEN_INIT}/init.zsh && zgen save
If you're using Antigen:
- Add
antigen bundle shengyou/robo-zsh-plugin
to your.zshrc
where 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-plugin
in 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.