-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
67 lines (59 loc) · 2.2 KB
/
config.toml
File metadata and controls
67 lines (59 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Mise tool configuration for user environment
# See docs/package-management.md for adding/updating packages
#
# Backend priority (prefer earlier options):
# 1. Native mise tools (runtimes like python, node)
# 2. github: - direct from GitHub Releases (see ADR-005)
# 3. cargo: - Rust tools built from source
# 4. pipx: - Python CLI tools (requires python)
# 5. npm: - Node CLI tools (requires node)
[settings]
color_theme = "catppuccin"
lockfile = true
[tools]
# Runtimes (install first - required by pipx/npm/cargo backends)
node = "24.14.0"
python = "3.14.3"
pkl = "0.31.0"
rust = "1.94.0"
# Cargo (Rust tools built from source)
"cargo:https://github.com/technicalpickles/envsense" = "tag:0.6.0"
# aqua: until github: backend works (github.com/bootandy/dust/issues/560)
"aqua:bootandy/dust" = "1.2.4"
eza = "0.23.4"
# CLI tools (GitHub Releases - see ADR-005)
# Avoid aqua: backend — registry lag and attestation mismatches break installs.
# See docs/adrs/005-replace-aqua-backend-with-github-releases.md
"github:BurntSushi/ripgrep" = "15.1.0"
"github:ajeetdsouza/zoxide" = { version = "0.9.9", platforms.linux-arm64 = { asset_pattern = "zoxide-*-aarch64-unknown-linux-musl.tar.gz" } }
"github:atuinsh/atuin" = "18.12.1"
"github:buildkite/cli" = "3.32.2"
"github:carapace-sh/carapace-bin" = "1.6.4"
"github:charmbracelet/glow" = "2.1.1"
"github:cli/cli" = "2.87.3"
"github:dandavison/delta" = "0.18.2"
"github:dlvhdr/gh-dash" = "4.23.1"
"github:gitleaks/gitleaks" = "8.30.0"
"github:jesseduffield/lazygit" = "0.60.0"
"github:jqlang/jq" = "jq-1.8.1"
"github:jdx/hk" = "1.41.0"
"github:junegunn/fzf" = "0.70.0"
"github:mikefarah/yq" = "4.52.5"
"github:muesli/duf" = "0.9.1"
"github:neovim/neovim" = "0.11.6"
"github:sharkdp/bat" = "0.26.1"
"github:sharkdp/fd" = "10.4.2"
"github:sst/opencode" = "1.2.24"
"github:starship/starship" = "1.24.2"
# pipx itself (must be installed before any pipx: packages below)
pipx = "1.8.0"
# Python tools via pipx
"pipx:claude-conversation-extractor" = "1.1.2"
"pipx:gitingest" = "0.3.1"
# Node tools via npm
"npm:@openai/codex" = "0.118.0"
"npm:@playwright/mcp" = "0.0.68"
"npm:@owloops/claude-powerline" = "1.23.5"
"npm:bktide" = "1.0.1773059016"
"npm:ccusage" = "18.0.10"
"npm:git-mob" = "4.0.1"