From 6f7dda418dc5b23bd6e5701a82ae8b184dd8f13e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 3 Apr 2024 10:40:39 +0100 Subject: [PATCH] fix(tools): install bat and exa via rust cargo again Neither of them provide binary releases for Apple Silicon, meaning mise cannot install them. --- 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 f001d29..22ec791 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,12 +1,10 @@ [tools] 1password-cli = "latest" 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 b2a61e6..b04f42e 100644 --- a/zsh/rust.zsh +++ b/zsh/rust.zsh @@ -74,10 +74,12 @@ install_rust_global_packages() { RUSTC_WRAPPER=sccache cargo binstall -y \ bacon \ + bat \ cargo-edit \ cargo-update \ difftastic \ dirstat-rs \ + exa \ gitu \ hexyl \ jwt-cli