Skip to content

Instantly share code, notes, and snippets.

View Parseee's full-sized avatar
🎯
Focusing

Илья Бабаков Parseee

🎯
Focusing
View GitHub Profile
@Parseee
Parseee / setup.sh
Created August 16, 2024 18:14 — 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