mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-07-31 12:56:27 +08:00
Installation docs: alphabetize shell managers
This commit is contained in:
parent
e1e98a0388
commit
5ee1d2e77c
40
README.md
40
README.md
@ -124,6 +124,17 @@ antigen bundle lukechilds/zsh-nvm
|
||||
|
||||
## Installation
|
||||
|
||||
### 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.
|
||||
|
||||
### Using [Antigen](https://github.com/zsh-users/antigen)
|
||||
|
||||
Bundle `zsh-nvm` in your `.zshrc`
|
||||
@ -132,21 +143,6 @@ Bundle `zsh-nvm` in your `.zshrc`
|
||||
antigen bundle lukechilds/zsh-nvm
|
||||
```
|
||||
|
||||
### Using [zplug](https://github.com/b4b4r07/zplug)
|
||||
Load `zsh-nvm` as a plugin in your `.zshrc`
|
||||
|
||||
```shell
|
||||
zplug "lukechilds/zsh-nvm"
|
||||
|
||||
```
|
||||
### Using [zgen](https://github.com/tarjoilija/zgen)
|
||||
|
||||
Include the load command in your `.zshrc`
|
||||
|
||||
```shell
|
||||
zgen load lukechilds/zsh-nvm
|
||||
```
|
||||
|
||||
### As an [Oh My ZSH!](https://github.com/robbyrussell/oh-my-zsh) custom plugin
|
||||
|
||||
Clone `zsh-nvm` into your custom plugins repo
|
||||
@ -162,16 +158,20 @@ 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)
|
||||
### Using [zgen](https://github.com/tarjoilija/zgen)
|
||||
|
||||
Add `zsh-nvm` to your plugins file
|
||||
Include the load command in your `.zshrc`
|
||||
|
||||
```shell
|
||||
# e.g. ~/.zsh_plugins.txt
|
||||
lukechilds/zsh-nvm
|
||||
zgen load lukechilds/zsh-nvm
|
||||
```
|
||||
|
||||
If using [static Antibody loading](https://getantibody.github.io/#static-loading), run your `antibody bundle` command.
|
||||
### Using [zplug](https://github.com/b4b4r07/zplug)
|
||||
Load `zsh-nvm` as a plugin in your `.zshrc`
|
||||
|
||||
```shell
|
||||
zplug "lukechilds/zsh-nvm"
|
||||
```
|
||||
|
||||
### Manually
|
||||
Clone this repository somewhere (`~/.zsh-nvm` for example)
|
||||
|
Loading…
Reference in New Issue
Block a user