diff --git a/config/rtx/config.toml b/config/rtx/config.toml index 267b643..dbfec77 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -4,13 +4,10 @@ experimental = true [tools] actionlint = "latest" -bat = "latest" buf = "latest" ctop = "latest" -difftastic = "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 6687d97..757f76b 100644 --- a/zsh/rust.zsh +++ b/zsh/rust.zsh @@ -79,10 +79,13 @@ install_rust_global_packages() { cargo-info RUSTC_WRAPPER=sccache cargo binstall -y \ - cargo-update \ - cargo-edit \ bacon \ + bat \ + cargo-edit \ + cargo-update \ + difftastic \ dirstat-rs \ + exa \ hexyl ) }