Skip to content

Instantly share code, notes, and snippets.

View sujithgokul's full-sized avatar

Sujith Gokuladas sujithgokul

View GitHub Profile
@sujithgokul
sujithgokul / FreshInstall.sh
Last active September 9, 2021 03:54
Setup new Mac and install the required apps
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Specify your defaults in this environment variable
export HOMEBREW_CASK_OPTS="--appdir=/Applications --caskroom=/usr/local/Caskroom"
brew install mas
sleep 30s