Add tinytacoteam/zazu-package-manager
inside of plugins block of your ~/.zazurc.json file.
{
"plugins": [
"tinytacoteam/zazu-package-manager"
]
}
You can type install foo
to search for a foo
package to install.
Type uninstall foo
to search for a foo
package to uninstall.
To list all installed plugins type in list
, which also accepts an argument.
Clicking one will go to the plugin homepage.
To open the folder containing the config, or to open the config in your default
.json
editor, try config
: