my_chezmoi/.chezmoi.yaml.tmpl

10 lines
194 B
Cheetah
Raw Normal View History

2023-12-25 14:38:07 -05:00
{{- $personal := false -}}{{/* true if this is a personal machine */}}
{{- $personal = promptBool "personal" -}}
2023-12-26 10:32:09 -05:00
format = yaml
2023-12-25 14:38:07 -05:00
2023-12-26 10:32:09 -05:00
data:
name: "Eric Renfro"
personal: {{ $personal | quote }}