Replies: 1 comment 6 replies
-
I have started using a All that to say, what you're doing will work - but you might want to consider a tag-like approach instead. That is (using your boolean questions):
Then in
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I decided to use a features tags in my .chezmoi.toml.tmpl
something like
first is there a better way to do the above ?
in my .chezmoiignore
I added this
now inside .chezmoiscripts
I have 3 folders darwin, linux and windows
inside each there is a features folder and inside it i create a folder that have the feature name , the above .ignore file ignores any feature that is false and that make enabling features so much easier an streamlined.
Any issues you see with this approach and can I improve on it ?
Beta Was this translation helpful? Give feedback.
All reactions