-
Hi all, just posting here for some help. Still pretty new to chezmoi, totally new to Go and This is what my chezmoi config temaplate looks like. When I either:
...I'm prompted for the following:
...but if I run it again, I'm not prompted for name (string) and only prompted for the others (bools):
Since my config file is almost otherwise identical, my first guess is this might be a bug? Or am I doing something wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think you're hitting #463, i.e. the keys in Running |
Beta Was this translation helpful? Give feedback.
I think you're hitting #463, i.e. the keys in
data
are being converted to lowercase.name
happens to work because its already all lowercase, whereas the other keys use a mix of cases.Running
chezmoi data
will show you what data chezmoi is actually reading from the system and your config file.