mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user