From cf1c7de9542d123a5becdcda211515bb09a70165 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:05:17 +0100 Subject: [PATCH] chore(1password-cli): install with Homebrew instead of Mise Mise's latest version of 1password-cli is out of date and has been for some time. --- Brewfile | 1 + config/mise/config.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 401312a..b6b691a 100644 --- a/Brewfile +++ b/Brewfile @@ -13,6 +13,7 @@ tap 'homebrew/cask-versions' # Command-Line Tools (Brew) # +brew '1password-cli' brew 'ack' brew 'aspell' brew 'bash' diff --git a/config/mise/config.toml b/config/mise/config.toml index 1e2c4c2..6f30b3c 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -78,7 +78,6 @@ ruby_install = true "pipx:pipx" = "latest" "pipx:yamllint" = "latest" "ubi:rails/rails-new" = "latest" -1password-cli = "latest" actionlint = "latest" argo-rollouts = "latest" argocd = "latest"