Skip to content

Instantly share code, notes, and snippets.

View kablekompany's full-sized avatar
💭
Dicksword Dot Pee Why

Trent Kable kablekompany

💭
Dicksword Dot Pee Why
View GitHub Profile
@kablekompany
kablekompany / setup.sh
Last active July 8, 2020 06:05 — 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..."
echo "Installing xcode-stuff"
xcode-select --install