Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created June 22, 2017 16:44
Show Gist options
  • Save ianchen06/582efbfb5e3fedf9e6bc95afe7021c83 to your computer and use it in GitHub Desktop.
Save ianchen06/582efbfb5e3fedf9e6bc95afe7021c83 to your computer and use it in GitHub Desktop.
macOS bootstrap scripts
#!/bin/bash
set -ex
echo "Installing HomeBrew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing wget"
brew install wget zsh openssl readline xz
echo "Installing oh my zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment