From 313d806d1e2f312a7d98e3b5fc4c9cb504de7cb2 Mon Sep 17 00:00:00 2001 From: snaeil Date: Sat, 3 Aug 2024 23:21:50 +0200 Subject: [PATCH] docs: add installation instructions for sheldon --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d53f4f..1aa46e9 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,14 @@ Add `zsh-vi-mode` to your plugins file (e.g. `~/.zsh_plugins.txt`) jeffreytse/zsh-vi-mode ``` +#### Using [sheldon](https://github.com/rossmacarthur/sheldon) + +Add `zsh-vi-mode` to `~/.config/sheldon/plugins.toml` manually or with command: + +```shell +sheldon add zsh-vi-mode --github jeffreytse/zsh-vi-mode +``` + #### Using [Zap](https://github.com/zap-zsh/zap) Load `zsh-vi-mode` as a plugin in your `.zshrc` @@ -183,7 +191,7 @@ Load `zsh-vi-mode` as a plugin in your `.zimrc` ```shell zmodule jeffreytse/zsh-vi-mode ``` - + #### Using [Homebrew](https://brew.sh/) For Homebrew users, you can install it through the following command