Skip to content

Instantly share code, notes, and snippets.

View Accieo's full-sized avatar

Accieo

  • Netherlands
  • 08:35 (UTC +02:00)
View GitHub Profile
@bradp
bradp / setup.sh
Last active August 21, 2025 15:06
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