feat(mise): Automate ~/.config/mise/config.toml generation based on yaml data and some logic
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user