Skip to content

Instantly share code, notes, and snippets.

View thinktapper's full-sized avatar
🦚
Unbothered. Moisturized. Happy. In My Lane. Focused. Flourishing.

Andrew Tapper thinktapper

🦚
Unbothered. Moisturized. Happy. In My Lane. Focused. Flourishing.
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 25, 2024 06:10
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@bradp
bradp / setup.sh
Last active July 24, 2024 15:55
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