dotfiles/.chezmoi.toml.tmpl

10 lines
237 B
Cheetah
Raw Normal View History

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