From b686b420e67eade9998cd3d52ff47782ce90a0a6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 27 Mar 2024 01:52:18 +0000 Subject: [PATCH] chore(tools): install bat and exa with mise instead of rust/cargo --- config/mise/config.toml | 2 ++ zsh/rust.zsh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index c0e08c9..4e0d49b 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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" diff --git a/zsh/rust.zsh b/zsh/rust.zsh index 7c005d6..18dc1c6 100644 --- a/zsh/rust.zsh +++ b/zsh/rust.zsh @@ -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 )