mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
27 lines
344 B
TOML
27 lines
344 B
TOML
[tools]
|
|
# programming tools
|
|
duckdb = "1"
|
|
node = "24"
|
|
python = "3.11.14"
|
|
go = "1.26"
|
|
uv = "latest"
|
|
|
|
# secret tools
|
|
sops = "latest"
|
|
age = "latest"
|
|
|
|
# infra tools
|
|
mc = "latest"
|
|
supabase = "2"
|
|
|
|
# dev tools
|
|
bat = "latest"
|
|
eza = "latest"
|
|
ripgrep = "latest"
|
|
fzf = "latest"
|
|
jq = "latest"
|
|
yq = "latest"
|
|
just = "latest"
|
|
gh = "latest"
|
|
starship = "latest"
|