mirror of
https://github.com/joshskidmore/zsh-fzf-history-search.git
synced 2026-09-10 07:06:21 -04:00
docs: add installation guide for sheldon
This commit is contained in:
parent
d5a9730b5b
commit
779d5b8686
11
README.md
11
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`.
|
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
|
## Configuration Variables
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue