handle symlink when removing chezmoi

This commit is contained in:
Alexander Navarro 2024-08-08 15:50:41 -04:00
parent 91526079fc
commit 3d28ac9260
5 changed files with 12 additions and 5 deletions

View file

@ -1,2 +1,6 @@
{{ .chezmoi.sourceDir }}/dot_config/nvim/original_lazy-lock.json
{{ if .persistent }}
{{ .chezmoi.sourceDir }}/dot_config/nvim/original_lazy-lock.json
{{ else }}
{{ .chezmoi.homeDir }}/.config/nvim/original_lazy-lock.json
{{ end }}