mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
chore(tools): install bat and exa with mise instead of rust/cargo
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user