Installation¶
nvp is the command-line tool that powers all theme management. It is distributed as part of the DevOpsMaestro toolkit and as a standalone nvimops package.
Homebrew (Recommended)¶
Verify the installation:
From Source¶
Build from the DevOpsMaestro repository:
# Clone the repository
git clone https://github.com/rmkohlman/devopsmaestro.git
cd devopsmaestro
# Build nvp
go build -o nvp ./cmd/nvp/
# Install to your PATH
sudo mv nvp /usr/local/bin/
# Verify
nvp version
Go version
Building from source requires Go 1.25 or later.
Verify Installation¶
# Check version
nvp version
# List all available themes (confirms the embedded library is accessible)
nvp theme list
If nvp theme list shows 34+ themes, installation is complete and the embedded library is working.
Shell Completion¶
Enable tab completion for nvp commands:
Next Steps¶
- Quick Start - Use your first theme in minutes
- Theme Library - Browse all 34+ embedded themes
- Commands Reference - Complete command reference