Toolboxes declared in .chezmoidata/tools.yaml no longer need a matching source file under private_dot_config/mise/conf.d/. The run_onchange install script now loops over tools.yaml/hosts.yaml directly to (re)generate ~/.config/mise/conf.d/<toolbox>.toml, and removes files for toolboxes no longer assigned to the host/user, so mise config.toml stays limited to individual, non-toolbox tools. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GA4dAzARMnLz1G9AmQkYYn
50 lines
1.1 KiB
Cheetah
50 lines
1.1 KiB
Cheetah
{{ includeTemplate "chezmoi-managed-header" . }}
|
|
|
|
[settings]
|
|
experimental = true
|
|
|
|
[settings.cargo]
|
|
binstall = true
|
|
|
|
######################### [ Bootstrap ] #########################
|
|
|
|
[bootstrap.packages]
|
|
{{ includeTemplate "mise-bootstrap-packages" . }}
|
|
|
|
# coreutils grep less
|
|
# tig
|
|
# openssh-server openssh-client mosh
|
|
# lftp fping mtr socat
|
|
|
|
######################### [ Tools ] #########################
|
|
|
|
[tool_alias]
|
|
"kitty" = "github:kovidgoyal/kitty"
|
|
"broot" = "cargo:broot"
|
|
"glab" = "go:gitlab.com/gitlab-org/cli/cmd/glab"
|
|
"tea" = "http:tea"
|
|
"kwok" = "github:kubernetes-sigs/kwok"
|
|
|
|
[tools]
|
|
usage = "latest"
|
|
|
|
# Configuration
|
|
chezmoi = "latest"
|
|
|
|
# Editor
|
|
neovim = "latest"
|
|
tree-sitter = "latest"
|
|
|
|
# Individual tools automated with chezmoi
|
|
# (toolboxes from .chezmoidata/tools.yaml live in ~/.config/mise/conf.d/<toolbox>.toml)
|
|
{{ includeTemplate "mise-tools" . }}
|
|
|
|
# Password managers
|
|
# vault = "latest"
|
|
|
|
# Terminal
|
|
# kitty = { version = "latest", asset_pattern = "kitty-*-x86_64.txz" }
|
|
|
|
# Desktop tools
|
|
#obsidian = { version = "latest", asset_pattern = "Obsidian-{version}.AppImage" }
|