Skip to content

Instantly share code, notes, and snippets.

View joshLong145's full-sized avatar
πŸͺ€

Bean joshLong145

πŸͺ€
View GitHub Profile
@joshLong145
joshLong145 / setup.sh
Last active January 25, 2025 01: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 \n"
echo "https://github.com/joshLong145/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install