xavier and Claude 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
xavier
fe5c81ad46
feat: Update mise config (better manage gitea cli tool)
2026-07-11 20:13:49 +02:00
xavier
9eeeeb753b
feat: Update mise config
2026-07-04 19:19:24 +02:00
xavier
9ed32ba11d
feat: Update mise config
2026-07-04 19:19:11 +02:00
xavier
7454e9e907
feat: Update mise config file
2026-03-20 22:05:38 +01:00
xavier
3b7d9cb289
feat: Update mise config file
2026-01-04 13:34:54 +01:00
xavier
6e8c6cd71a
feat: Update mise config file
2025-11-04 23:46:08 +01:00
Xavier Logerais
b697161ec9
feat: Update mise config file
2025-11-04 09:53:40 +00:00
xavier
a5f6027ff1
feat: Update alias for chezmoi
2025-11-04 00:51:11 +01:00
xavier
1b525c5a91
feat: Use the alias for kitty
2025-11-03 22:00:39 +01:00
Xavier Logerais
9ce7b1daf6
feat: Ajout d'aliases pour mise
2025-11-03 14:16:49 +00:00
xavier
8ff97d0de2
feat: Mise à jour de la configuration pour mise
2025-10-29 18:42:13 +01:00
xavier
b49f5153a0
feat: Ajout ~/.config/mise
2025-02-13 22:46:25 +01:00