Skip to content

Instantly share code, notes, and snippets.

View brisberg's full-sized avatar
🏠
Working from home

Brandon Risberg brisberg

🏠
Working from home
View GitHub Profile
@bradp
bradp / setup.sh
Last active June 17, 2024 10:09
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