fix: mise integration bugs and documentation - #75
Merged
Conversation
`mise install` ran before `chezmoi apply`, so `~/.config/mise/config.toml` (rendered from config.toml.tmpl) didn't exist yet and nothing was actually installed. Also, dot_zshrc hardcoded a Homebrew path for eza completions, but eza is now managed by mise, not Brewfile.
…in CI The policy for which tools go through mise vs Homebrew was undocumented, so it's now spelled out in the README. Also added a CI step in the test job that validates the mise config.toml rendered by `chezmoi apply` is syntactically valid TOML.
CI flagged the mise/Brewfile policy paragraphs added in the previous commit for exceeding the 80-character line-length limit.
`export FPATH="$(brew --prefix)/..."` masked brew's return value, which shellcheck flags (SC2155). Split into a plain assignment followed by `export FPATH`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mise installrunning beforechezmoi apply, so~/.config/mise/config.toml(rendered fromconfig.toml.tmpl) didn't exist yet and nothing was actually installeddot_zshrc(eza is now managed by mise, not Brewfile) and drop the duplicatecompinitcall already handled by sheldonconfig.tomlis syntactically valid TOMLTest plan
install-packages.sh(orchezmoi apply+mise install) and confirm mise-managed tools (fzf,ripgrep,fd,jq,bat,eza,chezmoi,uv,node,pnpm,bun) are available in a new shellcompinit)🤖 Generated with Claude Code