From 536b172efedb647ef37e2a2c2d71449fa04e69aa Mon Sep 17 00:00:00 2001 From: crazy-matt Date: Fri, 21 Feb 2025 02:18:21 +0000 Subject: [PATCH] Update README.md Adding sheldon.cli configuration for zsh as an example. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b0e0027..510fc75 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ zinit load wfxr/forgit # for oh-my-zsh git clone https://github.com/wfxr/forgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/forgit +# for sheldon.cli +[plugins.forgit] +github = "wfxr/forgit" +rev = "25.02.0" +use = ["forgit.plugin.zsh"] +apply = ["source"] + # manually # Clone the repository and source it in your shell's rc file or put bin/git-forgit into your $PATH ```