From eb994f215c86640fcc29c2a91f7860fdc6a50202 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 8 Oct 2022 11:15:34 -0600 Subject: [PATCH] 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6dbf435..aa93fcb 100644 --- a/README.md +++ b/README.md @@ -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 |