From b753d6af61f092f3063c36380ce927fec704db7e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Oct 2024 01:30:11 +0100 Subject: [PATCH] chore(mise/tools): install fzf via ubi now that fzf-tmux is no longer needed --- 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 205f2de..22deb9f 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -70,6 +70,7 @@ show_tools = false "ubi:getsops/sops" = "latest" # sops "ubi:golangci/golangci-lint" = "latest" # golangci-lint "ubi:goreleaser/goreleaser" = "latest" # goreleaser +"ubi:junegunn/fzf" = "latest" # fzf "ubi:jwt-rs/jwt-ui" = { version = "latest", exe = "jwtui" } # jwtui "ubi:mike-engel/jwt-cli" = { version = "latest", exe = "jwt" } # jwt "ubi:mozilla/sccache" = "latest" # sccache @@ -91,7 +92,6 @@ cargo-binstall = "latest" ctop = "latest" direnv = "latest" eza = "latest" -fzf = "latest" gh = "latest" go = "latest" hadolint = "latest"