Skip to content

Instantly share code, notes, and snippets.

@urbanc
Last active May 7, 2024 11:15
Show Gist options
  • Save urbanc/7244f72971a1bb1cfc75250e5004d48a to your computer and use it in GitHub Desktop.
Save urbanc/7244f72971a1bb1cfc75250e5004d48a to your computer and use it in GitHub Desktop.
brew-cask install packages list
#!/bin/bash
# Install Cask
#brew tap caskroom/cask
#brew tap caskroom/versions
# Install packages
apps=(
openvpn-connect
alfred
#dropbox
#google-drive
rectangle
flux
dash
iterm2
#phpstorm
#webstorm
firefox
google-chrome
skype
slack
keepassxc
the-unarchiver
docker
jumpcut
#virtualbox
visual-studio-code
#jumpcut
dbeaver-community
figma
zeplin
macdown
omnidisksweeper
postman
spotify
vlc
zoom
microsoft-teams
drawio
libreoffice
)
brew install "${apps[@]}" --cask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment