feat: Add new formulae and cask

This commit is contained in:
Louis Gallet 2024-02-09 11:53:16 +01:00
parent bf18f44fec
commit b48192379b
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -38,6 +38,10 @@ PACKAGES=(
git-lfs git-lfs
wget wget
zsh zsh
yubikey-agent
gnupg
git-flow
gh
) )
# Check if packages are installed # Check if packages are installed
@ -60,9 +64,7 @@ echo "Installing cask..."
CASKS=( CASKS=(
iterm2 iterm2
visual-studio-code
1password 1password
altserver
appcleaner appcleaner
discord discord
iina iina
@ -72,7 +74,11 @@ CASKS=(
arc arc
swish swish
nordvpn nordvpn
rider jetbrains-toolbox
aldente
docker
maccy
gpg-suite-no-mail
) )
# Check if cask apps are installed # Check if cask apps are installed
@ -97,7 +103,6 @@ if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
echo "Adding apps to dock" echo "Adding apps to dock"
# Add 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/iTerm.app"
dockutil --no-restart --add "/Applications/1Password 7.app" dockutil --no-restart --add "/Applications/1Password 7.app"
dockutil --no-restart --add "/Applications/Notion.app" dockutil --no-restart --add "/Applications/Notion.app"