Skip to content

Instantly share code, notes, and snippets.

View chrszlz's full-sized avatar
🥃

Chris Zelazo chrszlz

🥃
View GitHub Profile
@chrszlz
chrszlz / setup.sh
Last active June 13, 2023 19:16 — forked from bradp/setup.sh
chrz macOS dotfiles
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
pbcopy < ~/.ssh/id_rsa.pub
echo "Key has been copied to your clipboard \n"
echo "Please add it to Github: https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install