Commit Graph
11 Commits
Author SHA1 Message Date
xavierandClaude Sonnet 5 75ae00ce12 fix(mise): Trigger mise install when templated config data changes
run_onchange_after_mise-install.sh.tmpl hashed the raw contents of
config.toml.tmpl to detect changes, but that file only pulls in real
content through named templates ({{ template "..." }}) fed by
.chezmoidata. Editing that data left the raw .tmpl text (and thus the
hash) unchanged, so mise install silently stopped firing.

Switch the named-template calls to includeTemplate, which chezmoi can
resolve outside the normal source-state parsing pass (unlike the
template action, see https://github.com/twpayne/chezmoi/issues/3334).
This lets the run_onchange script hash the actual rendered output via
includeTemplate instead of the static source text.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-18 23:00:36 +02:00
xavier 06fb51ab5e feat: Add template to add an header to managed files more easily 2026-08-03 22:26:55 +02:00
xavier 3b3f7e60a6 chore: Small improvments... 2026-07-16 13:08:13 +02:00
xavier e50a91edab fix(mise): Fix generation for ~/.config/mise/config.toml 2026-07-15 15:54:19 +02:00
xavier ef95b6f198 feat(mise): Automate ~/.config/mise/config.toml generation based on yaml data and some logic 2026-07-15 15:40:17 +02:00
xavier d50ffe391f feat(mise): Add additional packages 2026-07-13 19:27:21 +02:00
xavier 3d5e77cfe5 fix(mise): Fix template for tea tool 2026-07-13 19:05:25 +02:00
xavier 1b910353a6 feat(mise): Remove chezmoi alias
Since there is an aqua entry in registry now
2026-07-13 15:01:24 +02:00
xavier 47b670ba3b fix(mise): Fix manpages package name for apt package manager 2026-07-13 14:16:25 +02:00
xavier a4df3ce0c6 feat: Update mise config (disable obsidian)
Because this was just some experiments.
2026-07-13 12:54:19 +02:00
xavier b117c6f52b feat: Templatize mise config file and add some packages to install during bootstrap 2026-07-13 00:46:49 +02:00