Add A uv Global Tool
This setup uses uv for:
- managing Python versions from
~/.python-version - managing globally-installed tools via
uv tool install
Preconditions
uvis installed.- You verified the tool package name.
Steps
-
Edit the template:
It installs as
~/.default-uv-tools. -
Apply:
chezmoi apply
Hook:
Verification
uv tool list
Rollback / Undo
- Remove the tool from
home/readonly_dot_default-uv-tools.tmpl. - Re-apply:
chezmoi apply