download externals when first initializing
This commit is contained in:
parent
d29a237c66
commit
cc0451d7db
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue