How to ignore values frequently changed in a file managed by chezmoi? #3493
-
I'm using Scoop to manage apps on Windows, and its config file ( {
"last_update": "2024-01-17T21:50:23.5241939+01:00",
"scoop_branch": "master",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop",
"aria2-enabled": true
} The problem is whenever I run Is there a way to ignore these changes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
A modify template is the solution. Here is my scoop config:
In your case, you can replace |
Beta Was this translation helpful? Give feedback.
-
There is a different way to do that, I think. See #2824 (reply in thread) by @bradenhilton. there is more discussion here: #2864 |
Beta Was this translation helpful? Give feedback.
A modify template is the solution. Here is my scoop config:
modify_config.json
:In your case, you can replace
use_external_7zip
witharia2-enabled
. You may get a diff after this, but you shouldn't get any more after that.