Changed chezmoi config to yaml

This commit is contained in:
Eric Renfro 2023-12-26 10:32:09 -05:00
parent 7937ac4119
commit 2bb2b13107
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -2,8 +2,8 @@
{{- $personal = promptBool "personal" -}}
format = toml
format = yaml
[data]
name = "Eric Renfro"
personal = {{ $personal | quote }}
data:
name: "Eric Renfro"
personal: {{ $personal | quote }}