mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
28 lines
422 B
TOML
28 lines
422 B
TOML
[tools]
|
|
|
|
### Runtimes ###
|
|
node = "24"
|
|
go = "1.26"
|
|
python = "3.11"
|
|
uv = "latest"
|
|
|
|
### Infrastructure ###
|
|
kubectl = "latest"
|
|
terraform = "latest"
|
|
docker-cli = "latest"
|
|
# ansible - controlled via uv
|
|
|
|
### Secrets ###
|
|
sops = "latest"
|
|
age = "latest"
|
|
|
|
### CLI ###
|
|
just = "latest"
|
|
gh = "latest"
|
|
jq = "latest"
|
|
yq = "latest"
|
|
bat = "latest"
|
|
ripgrep = "latest"
|
|
fzf = "latest"
|
|
direnv = "latest"
|