Skip to content

Instantly share code, notes, and snippets.

@ozcik
ozcik / macos-prep.sh
Created September 21, 2025 11:58
macos-prep.sh
#!/usr/bin/env bash
set -e
echo "=== Fully Automated macOS Ubuntu Setup ==="
# ----------------------
# 1) Update system
# ----------------------
echo "Updating system..."
sudo apt update && sudo apt upgrade -y