feat(mise): Automate ~/.config/mise/config.toml generation based on yaml data and some logic

This commit is contained in:
2026-07-15 15:40:17 +02:00
parent ba28af01ed
commit ef95b6f198
6 changed files with 197 additions and 97 deletions
+38
View File
@@ -0,0 +1,38 @@
---
hosts:
# PC perso
intel-nuc-hades-canyon:
toolboxes:
- terminal
- dev-tools
- dev-languages
- ai
tools:
- vivid
- pipx:vit
- pipx:speedtest-cli
- pipx:asciinema
configs: {}
# Serveur dédié
cloud:
toolboxes:
- terminal
- dev-tools
- dev-languages
- ai
tools:
- pipx:vit
configs: {}
# Container de dev
devenv:
toolboxes:
- terminal
- dev-tools
- dev-languages
- devops
- ai
tools:
- sops
- age
- cargo:rage
configs: {}