This is a bunch of Zsh functions that I use on a daily basis.
Clone the repository wherever you want, and run the make command. It will
compile the functions (using zcompile), and put it into a newly created
~/.local/share/zsh/zenlib/ directory, alongside the zenlib.zsh file.
Then source the zenlib.zsh file from your zshrc.
Example:
# Clone the repository anywhere
git clone https://github.com/vgitv/zenlib
make -C zenlib
echo 'source "$HOME/.local/share/zsh/zenlib/zenlib.zsh"' >> "${ZDOTDIR:-$HOME}/.zshrc"git pull
makemake clean