From 065f7841f334b8707a49ac30d19370aa859db2ed Mon Sep 17 00:00:00 2001 From: Christian Fratta Date: Fri, 10 Feb 2023 10:26:59 +0100 Subject: [PATCH] Meta: Include oh-my-zsh install instructions in README (#283) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12ef52d..7c50475 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ omf install https://github.com/wfxr/forgit # for zinit zinit load wfxr/forgit +# for oh-my-zsh +git clone https://github.com/wfxr/forgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/forgit + # manually # Clone the repository and source it in your shell's rc file or put bin/git-forgit into your $PATH ```