1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00
dotfiles/brew

16 lines
285 B
Plaintext
Raw Normal View History

#!/bin/bash
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
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
2012-06-18 21:46:35 +02:00
brew install android