-
Does chezmoi support configuring host tags (a.k.a. labels, groups)? Essentially I would like to do something like: data:
tags: [work, wsl]
I haven't been able to find anything to that effect in the docs (or issues/discussion). A simple use case would be more than one "work" host. The docs mention in an example to use hostname to capture machine-specific differences. But (IMHO) we often do not want to distiguish between specific machines or hosts but groups or types of hosts. E.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I use boolean flags for each tag. If you want to use an array of tags then you can use the
|
Beta Was this translation helpful? Give feedback.
I use boolean flags for each tag.
If you want to use an array of tags then you can use the
has
template function: