download externals when first initializing

This commit is contained in:
Lockszmith (Mac@VAST) 2025-04-10 12:24:30 -04:00
parent d29a237c66
commit cc0451d7db
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ if ! [ -d ~/.cache/chezmoi/init_backup ]; then
fi
# Brute force remove chezmoistate lock and restart init --apply
exec sh -c 'rm ~/.config/chezmoi/chezmoistate.boltdb && chezmoi init --apply'
exec sh -c 'rm ~/.config/chezmoi/chezmoistate.boltdb && CZ_EXTR=1 chezmoi init --apply'