We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fc4a7b + 31bcb04 commit e47b95eCopy full SHA for e47b95e
home/.chezmoi.toml.tmpl
@@ -4,6 +4,10 @@
4
[diff]
5
exclude = ["scripts"]
6
7
+[interpreters.py]
8
+ command = "uv"
9
+ args = ["--quiet", "run", "--script"]
10
+
11
# chezmoi provides a hooks.read-source-state.pre hook that allows you to modify
12
# your system after chezmoi init has cloned your dotfile repo but before chezmoi
13
# has read the source state. This is the perfect time to install your password
0 commit comments