Last active
July 16, 2018 13:02
-
-
Save sitz/90329c410246898dd8cbcaef6278137a to your computer and use it in GitHub Desktop.
Setup a fresh Mac with basic dev environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mac software updates | |
softwareupdate -iaR | |
# Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# oh-my-zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
# wifi-password | |
brew install wifi-password | |
# Sublime Text | |
brew cask install sublime-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment