Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion home/dot_config/mise/conf.d/cli-tools.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ idiomatic_version_file_enable_tools = ["ruby", "node", "yarn", "bun"]
[settings.ruby]
compile = false

[settings.npm]
shell_out = true

[tools]
fzf = "latest"
zoxide = "latest"
Expand All @@ -21,7 +24,7 @@ helix = "latest"
bottom = "latest" # `btm` — lighter, narrow-friendly; used by the cmux dock Host panel
zig = "0.15.2" # cmux builds GhosttyKit.xcframework; ghostty pins minimum_zig_version
{{- if eq .chezmoi.os "linux" }}
"npm:@endevco/aube" = "latest" # aube — our Node package manager (jdx, same author as mise); verified v1.33.1
"npm:@endevco/aube" = { version = "latest", npm_args = "--ignore-scripts=false" } # aube — our Node package manager (jdx, same author as mise); its preinstall fetches the arch-specific binary
"github:aristocratos/btop" = "latest" # btop via github backend (aqua asset-match is broken, ubi deprecated); Linux release binaries only
{{- end }}
{{- end }}