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:
Joe Block
2022-10-08 11:15:34 -06:00
committed by GitHub
parent ba342699ce
commit eb994f215c

View File

@@ -34,6 +34,12 @@ Enable it in your `.zshrc` by adding it to your plugin list:
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
| Variable | Default | Description |