2012-06-28 19:45:03 +02:00
|
|
|
|
#!/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 we’re using the latest Homebrew
|
|
|
|
|
brew update
|
|
|
|
|
|
|
|
|
|
# Upgrade any already-installed formulae
|
|
|
|
|
brew upgrade
|
|
|
|
|
|
|
|
|
|
# Install what we need
|
2014-05-23 17:41:32 +02:00
|
|
|
|
brew install bash-completion
|
2012-06-18 21:46:35 +02:00
|
|
|
|
brew install git
|
2014-05-23 16:34:33 +02:00
|
|
|
|
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
|
2014-05-23 16:34:33 +02:00
|
|
|
|
brew install android
|