chezmoi: use symlink instead of file

This commit is contained in:
dogeystamp 2024-12-10 22:31:33 -05:00
parent 003933c2ef
commit 1e0ac0030b
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
{{- $email := promptStringOnce . "email" "Email address for Git" -}}
{{- $fullname := promptStringOnce . "email" "Full name for Git" -}}
mode = "symlink"
[data]
systemprofile = {{ $systemprofile | quote }}
email = {{ $email | quote }}