Added more brew bottles
This commit is contained in:
parent
aeddc821bb
commit
af42ad7590
3
sync.sh
3
sync.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user