Skip to content

Instantly share code, notes, and snippets.

View ben-hampson's full-sized avatar
🐍

Ben Hampson ben-hampson

🐍
View GitHub Profile
@ben-hampson
ben-hampson / macos-setup.sh
Last active October 20, 2022 09:20 — forked from bradp/setup.sh
Mac Setup Script
#!/bin/zsh
echo "Creating an SSH key for you..."
ssh-keygen -t ed25519
cat $HOME/.ssh/id_ed25519.pub
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"