Initial check-in of 'brew cask install ...' script for auto-populating Macs with software.
This commit is contained in:
parent
db598d5180
commit
ac00cc227e
26
bin/cask-install.sh
Executable file
26
bin/cask-install.sh
Executable file
|
@ -0,0 +1,26 @@
|
||||||
|
#!/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
|
||||||
|
EOF
|
Loading…
Reference in a new issue