Skip to content

Commit

Permalink
Replaces Brewfile with brew_install.sh
Browse files Browse the repository at this point in the history
Brew bundle is no longer supported:

Homebrew/legacy-homebrew#30815
  • Loading branch information
cburmeister committed Oct 25, 2014
1 parent 51a7648 commit 5baf148
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
41 changes: 41 additions & 0 deletions .bin/brew_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
brew update

brew tap homebrew/versions
brew tap phinze/homebrew-cask

brew install ack
brew install autoenv
brew install brew-cask
brew install elasticsearch
brew install exiftool
brew install gcc
brew install git
brew install httpie
brew install libjpeg
brew install memcached
brew install mongodb
brew install node
brew install pass
brew install pianobar
brew install pyenv
brew install pyenv-virtualenvwrapper
brew install rbenv
brew install rbenv-gem-rehash
brew install redis
brew install rtorrent
brew install ruby-build
brew install terminal-notifier
brew install tig
brew install tmux
brew install wget
brew install zsh

brew cask install audacity
brew cask install dropbox
brew cask install google-chrome
brew cask install slack
brew cask install tunnelblick
brew cask install virtualbox
brew cask install vagrant

brew cleanup
41 changes: 0 additions & 41 deletions Brewfile

This file was deleted.

0 comments on commit 5baf148

Please sign in to comment.