mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-06-05 11:56:28 +08:00
Installation docs: add Antibody instructions
This commit is contained in:
parent
53cb910dab
commit
e1e98a0388
11
README.md
11
README.md
@ -162,6 +162,17 @@ plugins+=(zsh-nvm)
|
||||
|
||||
Keep in mind that plugins need to be added before `oh-my-zsh.sh` is sourced.
|
||||
|
||||
### Using [Antibody](https://github.com/getantibody/antibody)
|
||||
|
||||
Add `zsh-nvm` to your plugins file
|
||||
|
||||
```shell
|
||||
# e.g. ~/.zsh_plugins.txt
|
||||
lukechilds/zsh-nvm
|
||||
```
|
||||
|
||||
If using [static Antibody loading](https://getantibody.github.io/#static-loading), run your `antibody bundle` command.
|
||||
|
||||
### Manually
|
||||
Clone this repository somewhere (`~/.zsh-nvm` for example)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user