mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-25 10:30:17 +00:00
Add zgen instructions
This commit is contained in:
parent
f42933a59b
commit
8d743c4d5c
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue