Plugin monorepo for Oh My Zsh
Rémino Rem https://remino.net/, 2026
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:
cd "${ZSH:-$HOME/.oh-my-zsh}"
git clone --recurse-submodules https://github.com/remino/omz-plugin remino-omz-pluginNote: 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.
See LICENCE.txt.