From a86749f06acf16c339b80752ca742c4ee90952dd Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 19:34:39 +0200 Subject: .brew: Move casks to their own file --- .brew | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to '.brew') diff --git a/.brew b/.brew index a5e1896..e1b9d1e 100755 --- a/.brew +++ b/.brew @@ -49,29 +49,5 @@ brew install zopfli brew tap homebrew/versions brew install lua52 -# Install native apps -brew tap phinze/homebrew-cask -brew install brew-cask - -function installcask() { - brew cask install "${@}" 2> /dev/null -} - -installcask dropbox -installcask google-chrome -installcask google-chrome-canary -installcask imagealpha -installcask imageoptim -installcask iterm2 -installcask macvim -installcask miro-video-converter -installcask sublime-text -installcask the-unarchiver -installcask tor-browser -installcask transmission -installcask ukelele -installcask virtualbox -installcask vlc - # Remove outdated versions from the cellar brew cleanup -- cgit v1.2.3