1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-07-01 06:02:03 +02:00
dotfiles/brew

22 lines
456 B
Plaintext
Raw Normal View History

#!/bin/bash
2014-02-24 17:35:21 +01:00
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
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
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
brew install android