Add zgenom install instructions
zgenom is the recommended zsh framework in the [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) and [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) list, so add instructions for it.
This commit is contained in:
@@ -34,6 +34,12 @@ Enable it in your `.zshrc` by adding it to your plugin list:
|
|||||||
plugins=(… zsh-fzf-history-search)
|
plugins=(… zsh-fzf-history-search)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### [zgenom](https://github.com/jandamm/zgenom)
|
||||||
|
|
||||||
|
Add `joshskidmore/zsh-fzf-history-search` to your `.zshrc` file in the same function you're doing your other `zgenom load` calls in.
|
||||||
|
|
||||||
|
Zgenom will automatically clone the plugin repositories for you when you do a `zgenom save`.
|
||||||
|
|
||||||
## Configuration Variables
|
## Configuration Variables
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
|
|||||||
Reference in New Issue
Block a user