Skip to content

Commit

Permalink
BREW remove some unuse commands
Browse files Browse the repository at this point in the history
  • Loading branch information
clairvy committed Sep 22, 2016
1 parent 516cf83 commit 0bd959e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Brewfile
Expand Up @@ -13,20 +13,14 @@ linkapps emacs
tap caskroom/cask
tap homebrew/versions

cask install dockertoolbox 2>&1 | egrep -v ' already installed.' || true

cask install alfred 2>&1 | egrep -v ' already installed.' || true
cask install karabiner 2>&1 | egrep -v ' already installed.' || true
cask install iterm2 2>&1 | egrep -v ' already installed.' || true
cask install evernote 2>&1 | egrep -v ' already installed.' || true
cask install bettertouchtool 2>&1 | egrep -v ' already installed.' || true
cask install totalfinder 2>&1 | egrep -v ' already installed.' || true
cask install aquaskk 2>&1 | egrep -v ' already installed.' || true
cask install limechat 2>&1 | egrep -v ' already installed.' || true

cask install eclipse-java 2>&1 | egrep -v ' already installed.' || true
cask install intellij-idea-ce 2>&1 | egrep -v ' already installed.'

install homebrew/completions/tmuxinator-completion 2>&1 | egrep -v ' already installed' || true

cleanup

0 comments on commit 0bd959e

Please sign in to comment.