tarjoilija / zgen

A lightweight and simple plugin manager for ZSH
BSD 2-Clause "Simplified" License
1.5k stars 99 forks source link

Request: new load syntax for _not_ cloning submodules #129

Open AndydeCleyre opened 4 years ago

AndydeCleyre commented 4 years ago

A plugin/repo's submodules are not always needed for regular use, and in those cases, refraining from cloning them can save the user some space and bandwidth. A new syntax like zgen load --no-submodules... could be handy.

jandamm commented 4 years ago

Hi, I've created a maintained fork of zgen - dubbed zgenom - which fixes some bugs as well as introducing new features. Please let me know what you think of my solution.