mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
bat, difftastic and exa don't seem to distribute arm64 binaries as part of their releases. Hence we need to install them from source with cargo instead.
28 lines
462 B
TOML
28 lines
462 B
TOML
[settings]
|
|
legacy_version_file = true
|
|
experimental = true
|
|
|
|
[tools]
|
|
actionlint = "latest"
|
|
buf = "latest"
|
|
ctop = "latest"
|
|
direnv = "latest"
|
|
dust = "latest"
|
|
go = "latest"
|
|
golangci-lint = "latest"
|
|
goreleaser = "latest"
|
|
helm = "latest"
|
|
k9s = "latest"
|
|
kubectl = "latest"
|
|
kubectx = "latest"
|
|
lua = "latest"
|
|
neovim = "latest"
|
|
node = "lts"
|
|
python = "latest"
|
|
rclone = "latest"
|
|
ruby = "latest"
|
|
shellcheck = "latest"
|
|
shfmt = "latest"
|
|
starship = "latest"
|
|
terraform = "latest"
|