From 53f6c16cf3ef04c90c23e023e6ec15c6cd223ddf Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 18 Sep 2022 11:18:44 +0100 Subject: [PATCH] Added more mac apps Signed-off-by: Marcus Noble --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e465e2f..8d8f062 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,10 @@ BREW_TOOLS=( homeassistant-cli act dnsmasq gh kubebuilder golangci-lint ) # Brew tools only available / needed on Mac -MAC_BREW_TOOLS=( pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font ) +MAC_BREW_TOOLS=( + pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font + keepingyouawake hiddenbar + ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs ) KREW_TOOLS=( gs outdated tree stern )