mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +00:00
chore(deps): move some CLI tools from rtx to cargo install
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.
This commit is contained in:
@@ -4,13 +4,10 @@ experimental = true
|
||||
|
||||
[tools]
|
||||
actionlint = "latest"
|
||||
bat = "latest"
|
||||
buf = "latest"
|
||||
ctop = "latest"
|
||||
difftastic = "latest"
|
||||
direnv = "latest"
|
||||
dust = "latest"
|
||||
exa = "latest"
|
||||
go = "latest"
|
||||
golangci-lint = "latest"
|
||||
goreleaser = "latest"
|
||||
|
||||
Reference in New Issue
Block a user