From 93688e3f2bc27d83d1ac64e58c1c6135c27c7bcd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Oct 2024 01:32:39 +0100 Subject: [PATCH] chore(mise/tools): install bat via ubi backend --- 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 7165d6c..16a937a 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -11,7 +11,6 @@ show_tools = false [tools] "cargo:bacon" = "latest" -"cargo:bat" = "latest" "cargo:cargo-audit" = "latest" "cargo:cargo-edit" = "latest" "cargo:cargo-info" = "latest" @@ -81,6 +80,7 @@ show_tools = false "ubi:rclone/rclone" = "latest" # rclone "ubi:sclevine/yj" = "latest" # yj "ubi:segmentio/golines" = "latest" # golines +"ubi:sharkdp/bat" = "latest" # bat "ubi:siderolabs/talos" = { version = "latest", exe = "talosctl" } # talosctl "ubi:starship/starship" = "latest" # starship "ubi:tamasfe/taplo" = { version = "latest", matching = "full" } # taplo