How to apply a template once without managing future changes? #5186
std-enigma
started this conversation in
General
Replies: 1 comment
|
Yes, use the |
0 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.
I have
monitors.lua.tmplandvariables.lua.tmplmanaged by chezmoi.I want chezmoi to create these files in
~/.config/hypr/only once on a new machine. After that, I want to edit them locally without chezmoi tracking, diffing, or overwriting the changes.chezmoi forgetremoves the source template, so it does not fit this use case.Is there a built-in chezmoi way to apply a template once while keeping the template in the source repository?
All reactions