omz-plugin

January 18, 2026 · View on GitHub

Plugin monorepo for Oh My Zsh

Rémino Rem https://remino.net/, 2026

Usage

Multiple Oh My Zsh plugins are in this repository. (For technical reasons, some could only be added as submodules.) To use them, first clone the repo in a special area to link them later:

Clone the repo

cd "${ZSH:-$HOME/.oh-my-zsh}"
git clone --recurse-submodules https://github.com/remino/omz-plugin remino-omz-plugin

Note: The paths mentioned above are suggestions and used in the examples below. You may change them if you prefer and know what you're doing.

You will need to add a symlink to the plugin:

cd "${ZSH_CUSTOM:-$HOME/custom}/plugins"
ln -s "${ZSH:-$HOME/.oh-my-zsh}/remino-omz-plugin/plugins/<PLUGIN_NAME>"

Then add it in the list of plugins of the Zsh config:

plugins+=(<PLUGIN_NAME>)

Finally, restart your shell.

Licence

See LICENCE.txt.