Meta: Include oh-my-zsh install instructions in README (#283)

This commit is contained in:
Christian Fratta 2023-02-10 10:26:59 +01:00 committed by GitHub
parent aa85792ec4
commit 065f7841f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```