From 779d5b8686054f99dc5e8af740d353c960d95e1f Mon Sep 17 00:00:00 2001 From: sushichan044 Date: Fri, 7 Mar 2025 14:49:07 +0900 Subject: [PATCH] docs: add installation guide for sheldon --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5d28180..3c0f32a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ Add `joshskidmore/zsh-fzf-history-search` to your `.zshrc` file in the same func Zgenom will automatically clone the plugin repositories for you when you do a `zgenom save`. +### sheldon + +Add this to `~/.config/sheldon/plugins.toml`: + +```toml +[plugins.zsh-fzf-history-search] +github = 'joshskidmore/zsh-fzf-history-search' +``` + +and run `sheldon lock` to install the plugin. + ## Configuration Variables | Variable | Default | Description |