1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 05:31:53 +02:00
dotfiles/brew

12 lines
205 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
brew install android