8 lines
285 B
Cheetah
8 lines
285 B
Cheetah
# Chezmoi config — prompted on first `chezmoi init`
|
|
# Values are stored in ~/.config/chezmoi/chezmoi.toml
|
|
|
|
[data]
|
|
name = "{{ promptString "Your name" }}"
|
|
email = "{{ promptString "Your email" }}"
|
|
machine_type = "{{ promptString "Machine type - workstation or server" }}"
|