New Computer Who Dis?

A note to my future self whenever I need to setup or reset a computer. This will be an evolving post and will be updated as I run into things.

Install

Command Line Tools

xcode-select --install

Oh My Zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Applications