dotfiles/.chezmoi.toml.tmpl

10 lines
237 B
Cheetah
Raw Normal View History

2020-06-15 05:26:20 -05:00
{{- $graphical := promptString "graphical" -}}
{{- $root := promptString "root" -}}
2020-11-18 21:37:40 -06:00
{{- $pass := promptString "pass" -}}
2020-06-15 05:09:28 -05:00
[data]
2020-11-18 21:37:40 -06:00
email = "mail@mzhang.io"
2020-06-15 05:26:20 -05:00
graphical = {{ $graphical }}
root = {{ $root }}
2020-11-18 21:37:40 -06:00
pass = {{ $pass }}