dotfiles/bin/software-install.sh
Scott Wallace ae584074e4 Rename the software installation script.
Add installation of 'brew' and other base packages.
2016-01-24 12:42:52 +00:00

40 lines
618 B
Bash
Executable file

#!/bin/bash
if [ ! -x /usr/local/bin/brew ]; then
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
xargs brew install <<EOF
git
coreutils
python3
vim
EOF
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