my_chezmoi/.chezmoi.toml.tmpl

10 lines
197 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-25 14:45:45 -05:00
format = toml
2023-12-25 14:38:07 -05:00
2023-12-25 14:45:45 -05:00
[data]
name = "Eric Renfro"
personal = {{ $personal | quote }}