feat(mise): Review config for hosts/users/tools

This commit is contained in:
2026-07-16 22:35:50 +02:00
parent dd229593aa
commit 115cc9f6b7
2 changed files with 29 additions and 29 deletions
+18 -19
View File
@@ -3,6 +3,9 @@ hosts:
# PC perso
intel-nuc-hades-canyon:
users:
root:
toolboxes:
- terminal
xavier:
toolboxes:
- terminal
@@ -10,19 +13,16 @@ hosts:
- dev-languages
- ai
tools:
- vivid
- pipx:vit
- pipx:speedtest-cli
- pipx:asciinema
configs: {}
root:
toolboxes:
- terminal
tools: []
configs: {}
# Serveur dédié
cloud:
users:
root:
toolboxes:
- terminal
xavier:
toolboxes:
- terminal
@@ -32,14 +32,12 @@ hosts:
tools:
- pipx:vit
configs: {}
root:
toolboxes:
- terminal
tools: []
configs: {}
# Container de dev
devenv:
users:
root:
toolboxes:
- terminal
xavier:
toolboxes:
- terminal
@@ -52,21 +50,22 @@ hosts:
- age
- cargo:rage
configs: {}
# Termux (application de terminal pour android)
termux-debian:
users:
root:
toolboxes:
- terminal
tools: []
configs: {}
termux-debian:
users:
xavier:
toolboxes:
- terminal
- dev-tools
tools: {}
configs: {}
termux-ubuntu:
users:
root:
toolboxes:
- terminal
tools: []
configs: {}
xavier:
toolboxes:
- terminal
- dev-tools
+11 -10
View File
@@ -5,6 +5,7 @@ tools:
- starship # Fancy prompt
- powerline-go # Fancy prompt
- lsd # Fancy ls replacement
- vivid # Fancy ls colors
- bat # Fancy cat replacement
- ripgrep # Fancy grep replacement
- fd # Fancy find replacement
@@ -16,15 +17,15 @@ tools:
- broot # Navigate easily inside the file system
- glow # Render markdown on the CLI
dev-tools:
- jq
- yq
- shellcheck
- lazygit
- delta
- gh
- tea:
version: "0.14.2"
url: "https://gitea.com/gitea/tea/releases/download/v{{ version }}/tea-{{ version }}-{{ os() }}-{{ arch(x64='amd64') }}.xz"
- jq
- yq
- shellcheck
version: "0.14.2"
dev-languages:
- python
- uv
@@ -35,20 +36,20 @@ tools:
- cargo-binstall
devops:
- docker-cli
- podman
- lazydocker
- kubectl
- krew
- k9s
- helm
- flux2
- minikube
- kind
- crane
- kwok
- dive
- trivy
- podman
- minikube
- kwok
- crane
- cosign
- lazydocker
ai:
- claude
- gemini-cli
@@ -61,4 +62,4 @@ tools:
# # "cargo:rage" = "latest"
#
# # Desktop tools
# #obsidian = { version = "latest", asset_pattern = "Obsidian-{version}.AppImage" }
# obsidian = { version = "latest", asset_pattern = "Obsidian-{version}.AppImage" }