From 79fd63ec78df90beaabe2c602f5f5a7311c9774c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 13 Jun 2024 08:30:31 +0100 Subject: [PATCH] Added autorise Signed-off-by: Marcus Noble --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6bf9e09..7fb28ac 100644 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ BREW_TOOLS=( # 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 - hiddenbar + hiddenbar dimentium/autoraise/autoraiseapp ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs )