chore(tools): install bat and exa with mise instead of rust/cargo

This commit is contained in:
2024-03-27 01:52:18 +00:00
parent b0f8500e59
commit b686b420e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
[tools]
actionlint = "latest"
bat = "latest"
buf = "latest"
ctop = "latest"
direnv = "latest"
dust = "latest"
exa = "latest"
go = "latest"
golangci-lint = "latest"
goreleaser = "latest"

View File

@@ -72,12 +72,10 @@ install_rust_global_packages() {
RUSTC_WRAPPER=sccache cargo binstall -y \
bacon \
bat \
cargo-edit \
cargo-update \
difftastic \
dirstat-rs \
exa \
hexyl \
jwt-cli
)