Closed comfysage closed 1 year ago
Sometimes (like with vim-plug, ohmyzsh) hayashi doesn't need to clone the repo in order to run the installer.
Proposed option (true by default):
true
pkg: name url: github.com/owner/repo clone: false
cli.startInstall checks for Pkg.Clone. The repo is cloned on true and an empty dir is created on false.
cli.startInstall
Pkg.Clone
false
Sometimes (like with vim-plug, ohmyzsh) hayashi doesn't need to clone the repo in order to run the installer.
Proposed option (
true
by default):