Awesome
oh-plugin
Plugin installation for oh-my-zsh
oh-plugin
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.
Usage
To build the Go binary for oh-plugin
, run the following command:
make build
Tests
To run tests for the oh-plugin
, use the following command:
go test -v