Skip to content

Instantly share code, notes, and snippets.

View PiotrWald's full-sized avatar

Piotr Wald PiotrWald

  • Warsaw, Poland
View GitHub Profile
@PiotrWald
PiotrWald / setup.sh
Last active June 25, 2022 21:44 — forked from bradp/setup.sh
New Mac Setup Script
#!/bin/bash
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
printf "Please add this public key to Github"
printf "https://github.com/account/ssh"
read -pr "Press [Enter] key after this..."
echo "Installing xcode-stuff"