Skip to content

Commit

Permalink
Adjust brew.sh to work in 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jun 15, 2016
1 parent 614f729 commit e864349
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions platforms/osx/brew.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

brew update

# "install foo", where already installed version x, while latest is version x+n
Expand Down Expand Up @@ -28,7 +30,7 @@ brew install watch
brew install wget
brew install zsh-completions

brew install macvim --override-system-vim --with-luajit --with-python3
brew install macvim --with-override-system-vim --with-luajit --with-python3

brew tap homebrew/dupes
brew install grep --default-names
Expand All @@ -39,27 +41,30 @@ brew tap caskroom/fonts
brew install brew-cask

brew cask install alfred
brew cask install antirsi

# Cask is removed
# brew cask install antirsi
if [[ ! -d /Applications/AntiRSI.app ]]; then
open "http://antirsi.onnlucky.com/"
fi

brew cask install bettertouchtool
brew cask install dropbox
brew cask install google-chrome google-hangouts google-drive
brew cask install iterm2
brew cask install lastpass-universal
brew cask install skype

brew cask install seil
brew cask install karbiner
brew cask install slate
brew cask install flux

brew cask install skitch
brew cask install dash

brew cask install spotify
brew cask install steam
brew cask install ukelele

brew cask install jsonlook
brew cask install qlcolorcode
brew cask install qlmarkdown
brew cask install qlprettypatch
Expand Down

0 comments on commit e864349

Please sign in to comment.