From e1e98a0388e80699266582187b50846a7db9c688 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Thu, 17 Oct 2019 12:10:51 -0400 Subject: [PATCH] Installation docs: add Antibody instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e50e32a..7bd827f 100644 --- a/README.md +++ b/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)