Skip to content

fix(mise): register chezmoi as a managed tool#196

Merged
laurigates merged 1 commit into
mainfrom
fix/mise-register-chezmoi
May 10, 2026
Merged

fix(mise): register chezmoi as a managed tool#196
laurigates merged 1 commit into
mainfrom
fix/mise-register-chezmoi

Conversation

@laurigates
Copy link
Copy Markdown
Owner

Summary

  • Add chezmoi = "latest" to [tools] in private_dot_config/mise/config.toml.tmpl.
  • Without this entry, mise never adds the chezmoi install dir to PATH on shell activation, so chezmoi isn't on PATH even though prior mise use runs leave the binary on disk under ~/.local/share/mise/installs/chezmoi/.

Test plan

  • chezmoi apply then exec zsh
  • command -v chezmoi resolves
  • chezmoi --version returns the installed version

🤖 Generated with Claude Code

Without an explicit entry in [tools], mise never adds the chezmoi
install dir to PATH on shell activation, even though prior `mise use`
invocations leave the binary on disk. The result is `chezmoi: command
not found` despite an installed version under
~/.local/share/mise/installs/chezmoi/.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Broken Links Detected

Summary

Status Count
🔍 Total 128
✅ Successful 122
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 5
❓ Unknown 0
🚫 Errors 1

Errors per input

Errors in exact_dot_claude/docs/prds/daily-catchup.PRD.md


Please fix the broken links before merging.

@laurigates laurigates merged commit fadb6cb into main May 10, 2026
6 of 7 checks passed
@laurigates laurigates deleted the fix/mise-register-chezmoi branch May 10, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant