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] [tools]
actionlint = "latest" actionlint = "latest"
bat = "latest"
buf = "latest" buf = "latest"
ctop = "latest" ctop = "latest"
direnv = "latest" direnv = "latest"
dust = "latest" dust = "latest"
exa = "latest"
go = "latest" go = "latest"
golangci-lint = "latest" golangci-lint = "latest"
goreleaser = "latest" goreleaser = "latest"

View File

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