Skip to content

Instantly share code, notes, and snippets.

View madisonsites's full-sized avatar
🍦

Madison Sites madisonsites

🍦
View GitHub Profile
@madisonsites
madisonsites / laptop_setup.sh
Last active September 4, 2024 07:18
Setup script for a new laptop.
#!/bin/bash
echo "Starting setup..."
# Install Homebrew
echo "Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Add Homebrew to PATH (assuming default installation location)
/opt/homebrew/bin/brew shellenv >> ~/.zshrc