1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-28 00:27:43 +02:00
dotfiles/brew
2012-06-28 19:45:03 +02:00

12 lines
205 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 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
brew install android