Plugin installation for oh-my-zsh
The oh-plugin is a Go command that helps you install plugins for oh-my-zsh by typing oh-plugin install <repository address>. The install process follows the commands in the README.md of the plugin repository.
To build the Go binary for oh-plugin, run the following command:
make build
To run tests for the oh-plugin, use the following command:
go test -v