Skip to content

Commit e47b95e

Browse files
authored
Merge pull request #15 from jacobo-doist/fix-py-interpreter
Chezmoi: Use uv to run Python scripts
2 parents 4fc4a7b + 31bcb04 commit e47b95e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

home/.chezmoi.toml.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
[diff]
55
exclude = ["scripts"]
66

7+
[interpreters.py]
8+
command = "uv"
9+
args = ["--quiet", "run", "--script"]
10+
711
# chezmoi provides a hooks.read-source-state.pre hook that allows you to modify
812
# your system after chezmoi init has cloned your dotfile repo but before chezmoi
913
# has read the source state. This is the perfect time to install your password

0 commit comments

Comments
 (0)