https://github.com/hyoban/spaceship-node-package-manager.git
You need to source this plugin somewhere in your dotfiles. Here's how to do it with some popular tools:
Execute this command to clone this repo into Oh-My-Zsh plugin's folder:
git clone https://github.com/hyoban/spaceship-node-package-manager.git $ZSH_CUSTOM/plugins/spaceship-node-package-manager
Include spaceship-node-package-manager in Oh-My-Zsh plugins list:
plugins=($plugins spaceship-node-package-manager)
zplug "spaceship-prompt/spaceship-node-package-manager"
antigen bundle "spaceship-prompt/spaceship-node-package-manager"
antibody bundle "spaceship-prompt/spaceship-node-package-manager"
zinit light "spaceship-prompt/spaceship-node-package-manager"
zgen load "spaceship-prompt/spaceship-node-package-manager"
[plugins.spaceship-node-package-manager]
github = "spaceship-prompt/spaceship-node-package-manager"
If none of the above methods works for you, you can install Spaceship manually.
$HOME/.zsh/spaceship-node-package-manager.~/.zshrc.mkdir -p "$HOME/.zsh"
git clone --depth=1 https://github.com/hyoban/spaceship-node-package-manager.git "$HOME/.zsh/spaceship-node-package-manager"
For initializing prompt system add this to your .zshrc:
``zsh title=".zshrc"
source "~/.zsh/spaceship-node-package-manager/spaceship-node-package-manager.plugin.zsh"
%%CODEBLOCK9%%zsh
spaceship add node_package_manager --before exec_time
``