Skip to content
Snippets Groups Projects
Select Git revision
  • 43dcb101d1e4a00a524e987ece2b973468993658
  • master default
2 results

zsh-plugins

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    connard authored
    43dcb101
    History
    Name Last commit Last update
    watch
    LICENSE
    README.md

    ViaRézo ZSH Theme

    WTFPLv2 License

    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.