Added more brew bottles

This commit is contained in:
Austen Adler 2014-07-07 18:50:37 -04:00
parent aeddc821bb
commit af42ad7590

View File

@ -36,6 +36,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
else
if [ -d "/usr/local/Library/Taps/phinze/homebrew-cask" ] ; then
brew tap phinze/cask
brew install brew-cask
brew cask
fi
brew cask install textexpander controlplane gimp inkscape adium vlc iterm2 steam
@ -47,7 +48,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
echo $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
else
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii brew-cask imagemagick node ffmpeg wget
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline
fi
fi
if [ "$VALUE" = "t" ] ; then