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