From b48192379bda3387a84a248c34acf37b2c4517a2 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Fri, 9 Feb 2024 11:53:16 +0100 Subject: [PATCH] feat: :sparkles: Add new formulae and cask --- macos-setup.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/macos-setup.sh b/macos-setup.sh index c63d730..a884954 100755 --- a/macos-setup.sh +++ b/macos-setup.sh @@ -38,6 +38,10 @@ PACKAGES=( git-lfs wget zsh + yubikey-agent + gnupg + git-flow + gh ) # Check if packages are installed @@ -60,9 +64,7 @@ echo "Installing cask..." CASKS=( iterm2 - visual-studio-code 1password - altserver appcleaner discord iina @@ -72,7 +74,11 @@ CASKS=( arc swish nordvpn - rider + jetbrains-toolbox + aldente + docker + maccy + gpg-suite-no-mail ) # Check if cask apps are installed @@ -97,7 +103,6 @@ if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then echo "Adding apps to dock" # Add apps to dock - dockutil --no-restart --add "/Applications/Visual Studio Code.app" dockutil --no-restart --add "/Applications/iTerm.app" dockutil --no-restart --add "/Applications/1Password 7.app" dockutil --no-restart --add "/Applications/Notion.app"