Rename the software installation script.

Add installation of 'brew' and other base packages.
This commit is contained in:
Scott Wallace 2016-01-24 12:42:52 +00:00
parent ebfc3b31b8
commit ae584074e4

View file

@ -1,5 +1,16 @@
#!/bin/bash #!/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 xargs brew cask install <<EOF
alfred alfred
bbc-iplayer-downloads bbc-iplayer-downloads