Add zgen instructions

This commit is contained in:
Joe Block 2014-12-31 13:33:46 -08:00
parent f42933a59b
commit 8d743c4d5c

View file

@ -89,7 +89,7 @@ These frameworks make customizing your zsh setup easier.
## Themes
If you're using [Antigen](https://github.com/zsh-lovers/antigen), you can test these themes in a running zsh with `antigen theme githubuser/repo`
If you're using [Antigen](https://github.com/zsh-lovers/antigen), you can test these themes in a running zsh with `antigen theme githubuser/repo`. If you're using [zgen](https://github.com/tarjoilija/zgen), add them to your `init.zsh` with `zgen load githubuser/reponame`.
* [MaxUlysse/myzsh](https://github.com/MaxUlysse/myzsh) Maxime Garcia's myzsh theme.
* [af-magic-mod](antigen theme desyncr/zshrc themes/af-magic-mod) - af-magic-mod theme. Install with `antigen theme desyncr/zshrc themes/af-magic-mod`
@ -150,6 +150,10 @@ Most of these plugins can be installed by adding `antigen bundle githubuser/repo
2. Add the plugin to your `.zpreztorc` file
3. Open a new terminal window or tab
### [zgen](https://github.com/tarjoilija/zgen)
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.
## 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)