Skip to content

Instantly share code, notes, and snippets.

@sitz
Last active July 16, 2018 13:02
Show Gist options
  • Save sitz/90329c410246898dd8cbcaef6278137a to your computer and use it in GitHub Desktop.
Save sitz/90329c410246898dd8cbcaef6278137a to your computer and use it in GitHub Desktop.
Setup a fresh Mac with basic dev environment
# 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