-
Notifications
You must be signed in to change notification settings - Fork 8
Plugin Installation
Isaac Hirschfeld edited this page Feb 17, 2021
·
1 revision
You can install plugins with the omegga install https://github.com/user/repo
command.
You can install plugins using a shortand omegga install gh:user/repo
which will install the plugin located at https://github.com/user/omegga-repo
(notice that it inserted a omegga-
prefix)
The following "transformers" are available for shorthand names:
-
gh
-> github.com -
gl
-> gitlab.com
Usually you can run git clone https://github.com/user/repo
inside your plugins
folder (created when you run omegga
for the first time):
-
cd plugins
to navigate to plugins folder - Make sure to read the plugin's README file for post-install instructions or run a provided
setup.sh
file.
Plugins can be updated all at once with omegga update
or omegga update pluginName anotherPluginName
Plugins may also need to be updated based on the project's README file.
If you encounter an error while a plugin is updating, feel free to ask in the #plugins-help discord channel.