Source: zgen Section: shells Priority: optional Maintainer: Debian Zsh Maintainers Uploaders: ChangZhuo Chen (陳昌倬) Build-Depends: debhelper (>= 9) Standards-Version: 3.9.8 Homepage: https://github.com/tarjoilija/zgen Vcs-Git: https://anonscm.debian.org/git/pkg-zsh/zgen.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-zsh/zgen.git Package: zgen Architecture: all Depends: ${misc:Depends} Description: Lightweight plugin manager for ZSH inspired by Antigen zgen is a lightweight plugin manager for ZSH inspired by Antigen. The goal is to have a minimal overhead when starting up the shell because nobody likes waiting. The script generates a static init.zsh file which does nothing but sources your plugins and appends them to fpath. The downside is that you have to refresh the init script manually with zgen reset whenever you update your ~/.zshrc.