Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xPMo committed Mar 11, 2019
1 parent c0ae4f4 commit eb3d9c9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,37 @@ Future support:

- Detect arbitrary zsh-format base `[base]#[num]`
- Preserve underscores
## Installation

**Antigen**:
```zsh
antigen bundle zsh-vi-more/vi-increments
antigen apply
```

**Zgen**:
```zsh
zgen load zsh-vi-more/vi-increment
zgen save
```


**Zplug**:
```zsh
zplug zsh-vi-more/vi-increment
```

**Zplugin**:
```zsh
zplugin ice wait "0"
zplugin light zsh-vi-more/vi-increment

# Optionally, track the latest development version:
zplugin ice wait "0" ver"dev"
zplugin light zsh-vi-more/vi-increment
```

**Manually**: Clone the project, and then source it:
```zsh
source /path/to/vi-increment/vi-increment.zsh
```

0 comments on commit eb3d9c9

Please sign in to comment.