Skip to content

Instantly share code, notes, and snippets.

View spicypenguin's full-sized avatar

Jeff Sinclair spicypenguin

View GitHub Profile
@spicypenguin
spicypenguin / setup.sh
Last active August 21, 2020 03:59 — 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 and Bitbucket \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install