mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-25 03:20:09 +01:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
# Make sure we’re 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 |