aboutsummaryrefslogtreecommitdiffstats
path: root/.brew
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-23 19:34:39 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-23 19:34:39 +0200
commita86749f06acf16c339b80752ca742c4ee90952dd (patch)
treec98a62a01d49ba0d918d5f880dbaef84218f7485 /.brew
parent82e75915ae6596e55e6a267c83bc96ae99640917 (diff)
downloaddotfiles-a86749f06acf16c339b80752ca742c4ee90952dd.tar.gz
dotfiles-a86749f06acf16c339b80752ca742c4ee90952dd.tar.bz2
dotfiles-a86749f06acf16c339b80752ca742c4ee90952dd.zip
.brew: Move casks to their own file
Diffstat (limited to '.brew')
-rwxr-xr-x.brew24
1 files changed, 0 insertions, 24 deletions
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