scwrypts v3 refactor

This commit is contained in:
2023-06-27 16:53:59 -06:00
parent 02ed7d615a
commit 1a64551465
57 changed files with 590 additions and 501 deletions

View File

@ -31,12 +31,11 @@ UPDATE() {
}
VIM_INSTALL() {
"$DOTWRYN/bin/scwrypts" --env local --no-log \
zsh/git/package/install -- \
--target-url 'https://github.com/vim/vim.git' \
--local-name 'vim' \
--update \
$@
scwrypts -n packages/install -- \
--target-url 'https://github.com/vim/vim.git' \
--local-name 'vim' \
--update \
$@
}
VUNDLE_INSTALL() {