Compare commits

..

No commits in common. "8001eb79dc8faf8e5120cb6d4dc2d9254dcc26a3" and "bf18f44fecb3ed3f6639238b9a9b46524c49a790" have entirely different histories.

2 changed files with 4 additions and 9 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -38,10 +38,6 @@ 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
@ -64,7 +60,9 @@ echo "Installing cask..."
CASKS=( CASKS=(
iterm2 iterm2
visual-studio-code
1password 1password
altserver
appcleaner appcleaner
discord discord
iina iina
@ -74,11 +72,7 @@ CASKS=(
arc arc
swish swish
nordvpn nordvpn
jetbrains-toolbox rider
aldente
docker
maccy
gpg-suite-no-mail
) )
# Check if cask apps are installed # Check if cask apps are installed
@ -103,6 +97,7 @@ 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"