From 8d743c4d5c4ebaa977b6b65fd35d143676fe4099 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 31 Dec 2014 13:33:46 -0800 Subject: [PATCH] Add zgen instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab38969..e1244be 100644 --- a/README.md +++ b/README.md @@ -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)