mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Update README
This commit is contained in:
parent
7aafb7991a
commit
09007bfe23
13
README.md
13
README.md
|
|
@ -8,18 +8,25 @@
|
|||
|
||||
Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed.
|
||||
|
||||
### for [zplug](https://github.com/zplug/zplug) (Recommend)
|
||||
### Try Online
|
||||
|
||||
Run following command to try it without installing(for both `bash` and `zsh`):
|
||||
``` bash
|
||||
source <(curl -Ss https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.zsh)
|
||||
```
|
||||
|
||||
### [zplug](https://github.com/zplug/zplug) (Recommend)
|
||||
|
||||
``` zsh
|
||||
zplug 'wfxr/forgit', defer:1
|
||||
```
|
||||
|
||||
### for [zgen](https://github.com/tarjoilija/zgen)
|
||||
### [zgen](https://github.com/tarjoilija/zgen)
|
||||
```
|
||||
zgen load wfxr/forgit
|
||||
```
|
||||
|
||||
### for [antigen](https//github.com/zsh-users/antigen)
|
||||
### [antigen](https//github.com/zsh-users/antigen)
|
||||
|
||||
```
|
||||
antigen bundle wfxr/forgit
|
||||
|
|
|
|||
Loading…
Reference in a new issue