Skip to content

Instantly share code, notes, and snippets.

View cassianrx's full-sized avatar

Cassian Rose Gorelick cassianrx

View GitHub Profile
@cassianrx
cassianrx / setup.sh
Last active February 14, 2021 23:26 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
if test ! $(which brew); then
echo "Installing homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"