This repository is a collection of self-contained xsh modules for demonstration purposes.
It is meant as a quick way to integrate with the various plugin managers and frameworks available out there. It is not meant to be a library of modules for specific applications, since this is what plugin managers and libraries already provide.
Simply clone this repository somewhere and copy the module(s) you are interested in to your xsh configuration directory:
git clone https://github.com/sgleizes/xsh-modules
cp -r xsh-modules/zsh/zinit $XSH_CONFIG_DIR/zsh
Then register the module in your xsh init file:
xsh module zinit
And reload your shell:
exec zsh