ViaRézo ZSH Theme
This is a list of little plugins that one can use with oh-my-zsh.
Install plugins
In order to use these plugins, you have to clone this repository in your Oh-My-ZSH custom/plugins
directory (usually ~/.oh-my-zsh/custom/plugins
):
git clone https://gitlab.viarezo.fr/ViaRezo/zsh-plugins.git $ZSH/custom/plugins
You then need to add the plugins you want to your ~/.zshrc
:
plugins=(... plugin_you_want)
Customization
To create new plugins, juste create a directory with a .zsh file in it. The directory and the file should be named with the name of your plugin :
plugin_name/plugin_name.plugin.zsh
License
Unless explicitly stated to the contrary, all contents licensed under the WTFPL.