From 93134c7f30f67b673c8894b70c9da420f62c0411 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 11 Jul 2022 05:55:11 +0100 Subject: [PATCH] Added HA CLI Signed-off-by: Marcus Noble --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a426feb..af7dcfc 100644 --- a/install.sh +++ b/install.sh @@ -30,6 +30,7 @@ BREW_TOOLS=( kubectl kubectx kustomize node procs progress ripgrep rs/tap/curlie rust starship tektoncd/tools/tektoncd-cli tldr tailscale yq hashicorp/tap/vault stats tabby vale lastpass-cli jless macchina tz vmware-tanzu/carvel/kapp viddy + homeassistant-cli ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs )