29 lines
410 B
Bash
Executable file
29 lines
410 B
Bash
Executable file
#!/bin/bash
|
|
|
|
xargs brew cask install <<EOF
|
|
alfred
|
|
bbc-iplayer-downloads
|
|
beardedspice
|
|
dashlane
|
|
day-o
|
|
dropbox
|
|
cleanmymac
|
|
firefox
|
|
flux
|
|
gitx
|
|
gpgtools
|
|
google-chrome
|
|
google-drive
|
|
google-hangouts
|
|
gopro-studio
|
|
handbrake
|
|
iterm2
|
|
sonos
|
|
textmate
|
|
vlc
|
|
vmware-fusion
|
|
wireshark
|
|
yubikey-neo-manager
|
|
yubikey-personalization-gui
|
|
EOF
|