Skip to content
Closed
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 @@ -21,7 +21,10 @@ 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
# Pinned as belt-and-braces: "latest" made mise 2026.2.17 shell out to `npm view`,
# whose child re-entered the shim — 2,829-deep recursion, two OOMs on 2026-08-12.
# mise >= 2026.8.2 fixes the class (jdx/mise#8475); an exact version needs no lookup.
"npm:@endevco/aube" = "1.33.1" # aube — our Node package manager (jdx, same author as mise)
"github:aristocratos/btop" = "latest" # btop via github backend (aqua asset-match is broken, ubi deprecated); Linux release binaries only
{{- end }}
{{- end }}
Loading