Skip to content

Instantly share code, notes, and snippets.

View Brandonsmith23's full-sized avatar

Brandon Smith Brandonsmith23

  • NEWMEDIA
  • Denver CO
View GitHub Profile
@Brandonsmith23
Brandonsmith23 / newbox.sh
Created October 7, 2015 17:21 — forked from tannerjfco/newbox.sh
newbox.sh
#! /bin/sh
echo "Restore Privacy"
curl -sSL https://fix-macosx.com/fix-macosx.py | python
echo "Installing xcode"
xcode-select --install
wait
echo "Installing Homebrew"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"