From f4a409071ed400d9839c4d632f81f534fde02b8d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Oct 2024 01:30:41 +0100 Subject: [PATCH] chore(mise/tools): install eza via cargo backend Because eza does not provide binaries for macOS, we can't use the ubi backend. But via the cargo backend and cargo-binstall, we can install it from a pre-built binary easily enough. This removes the need for using the eza asdf plugin. --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 22deb9f..7165d6c 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -17,6 +17,7 @@ show_tools = false "cargo:cargo-info" = "latest" "cargo:cargo-update" = "latest" "cargo:dirstat-rs" = "latest" +"cargo:eza" = "latest" "cargo:hexyl" = "latest" "cargo:kubectl-watch" = "latest" "cargo:paper-terminal" = "latest" @@ -91,7 +92,6 @@ actionlint = "latest" cargo-binstall = "latest" ctop = "latest" direnv = "latest" -eza = "latest" gh = "latest" go = "latest" hadolint = "latest"