Add zplug instructions

This commit is contained in:
Chayoung You 2016-01-15 03:05:16 +09:00
parent 0b01377c95
commit c0ef72fab7

View file

@ -48,6 +48,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [[Oh-My-Zsh](http://ohmyz.sh/)](#oh-my-zshhttpohmyzsh) - [[Oh-My-Zsh](http://ohmyz.sh/)](#oh-my-zshhttpohmyzsh)
- [[Prezto](https://github.com/sorin-ionescu/prezto)](#preztohttpsgithubcomsorin-ionescuprezto) - [[Prezto](https://github.com/sorin-ionescu/prezto)](#preztohttpsgithubcomsorin-ionescuprezto)
- [[Zgen](https://github.com/tarjoilija/zgen)](#zgenhttpsgithubcomtarjoilijazgen) - [[Zgen](https://github.com/tarjoilija/zgen)](#zgenhttpsgithubcomtarjoilijazgen)
- [[zplug](https://github.com/b4b4r07/zplug)](#zplughttpsgithubcomb4b4r07zplug)
- [Writing New Plugins](#writing-new-plugins) - [Writing New Plugins](#writing-new-plugins)
- [Other Resources](#other-resources) - [Other Resources](#other-resources)
- [ZSH Tools](#zsh-tools) - [ZSH Tools](#zsh-tools)
@ -475,6 +476,10 @@ Most of these plugins can be installed by adding `antigen bundle githubuser/repo
Most of these plugins can be installed by adding `zgen load githubuser/reponame` to your .zshrc file in the same function you're doing your other `zgen load` calls in. Most of these plugins can be installed by adding `zgen load githubuser/reponame` to your .zshrc file in the same function you're doing your other `zgen load` calls in.
### [zplug](https://github.com/b4b4r07/zplug)
Most of these plugins can be installed by adding `zplug "githubuser/reponame"` to your .zshrc file.
## Writing New Plugins ## Writing New Plugins
I've documented some recommendations for writing a new plugin [here](https://github.com/unixorn/awesome-zsh-plugins/blob/master/Writing_Plugins.md). I've documented some recommendations for writing a new plugin [here](https://github.com/unixorn/awesome-zsh-plugins/blob/master/Writing_Plugins.md).