Skip to content

Instantly share code, notes, and snippets.

View gnoriega27's full-sized avatar
🔨
Crafting

Gabriel Noriega gnoriega27

🔨
Crafting
View GitHub Profile
@gnoriega27
gnoriega27 / setup.sh
Created December 12, 2021 18:08 — 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