dotfiles/brew.sh

25 lines
511 B
Bash
Raw Normal View History

#!/bin/bash
2014-02-24 17:35:21 +01:00
# Install Homebrew
2015-07-21 01:23:09 +02:00
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2014-02-24 17:35:21 +01:00
2012-06-18 21:46:35 +02:00
# Make sure were using the latest Homebrew
brew update
# Upgrade any already-installed formulae
brew upgrade
# Install what we need
2015-01-13 16:37:58 +01:00
brew install coreutils
2014-07-21 11:54:15 +02:00
brew install bash
2014-05-23 17:41:32 +02:00
brew install bash-completion
2012-06-18 21:46:35 +02:00
brew install git
brew install node
2014-01-04 16:03:23 +01:00
brew install wget
brew install gpg2
brew install mysql
brew install imagemagick
2014-01-27 18:16:45 +01:00
brew install GraphicsMagick
2015-07-26 20:38:40 +02:00
brew install android
brew install tor