Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shengyou/envoy-zsh-plugin

A oh-my-zsh plugin for envoy command completion.
https://github.com/shengyou/envoy-zsh-plugin

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# envoy-zsh-plugin

`envoy-zsh-plugin` is a zsh plugin for
[Laravel Envoy](https://github.com/laravel/envoy). This plugin can be install into oh-my-zsh [custom plugin](https://github.com/robbyrussell/oh-my-zsh#customization) folder.

![Screenshot1](https://raw.github.com/shengyou/envoy-zsh-plugin/master/images/envoy.gif)

## Installation for oh-my-zsh

1. In the command line, change to `oh-my-zsh` plugins directory:

```console
$ take ~/.oh-my-zsh/custom/plugins
```

2. Clone the repository into a new directory called `envoy`:

```console
git clone https://github.com/shengyou/envoy-zsh-plugin.git envoy
```

3. Include `envoy` plugin to your .zshrc file along with other plugins:

```zsh
...
plugins=(osx brew git laravel envoy)
...
```

4. Restart your terminal application.

## TODO

## Contact
Shengyou Fan (If you like it, please endorse me on coderwall) [![endorse](https://api.coderwall.com/shengyou/endorsecount.png)](https://coderwall.com/shengyou)

Any questions, feel free to [contact me](http://twitter.com/shengyou).