chezmoi: use symlink instead of file
This commit is contained in:
parent
003933c2ef
commit
1e0ac0030b
@ -3,6 +3,8 @@
|
|||||||
{{- $email := promptStringOnce . "email" "Email address for Git" -}}
|
{{- $email := promptStringOnce . "email" "Email address for Git" -}}
|
||||||
{{- $fullname := promptStringOnce . "email" "Full name for Git" -}}
|
{{- $fullname := promptStringOnce . "email" "Full name for Git" -}}
|
||||||
|
|
||||||
|
mode = "symlink"
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
systemprofile = {{ $systemprofile | quote }}
|
systemprofile = {{ $systemprofile | quote }}
|
||||||
email = {{ $email | quote }}
|
email = {{ $email | quote }}
|
||||||
|
Loading…
Reference in New Issue
Block a user