Skip to content

Instantly share code, notes, and snippets.

View scottzach1's full-sized avatar
🐧

Zac Scott scottzach1

🐧
View GitHub Profile
@scottzach1
scottzach1 / setup_arch.sh
Last active February 12, 2025 09:46
Arch Setup Script
#!/bin/bash
# Configuration variables
TARGET_DISK="XXX" # /dev/nvme0n1
SWAP_SIZE="16G"
HOSTNAME="desktop"
USERNAME="zaci"
TIMEZONE="Pacific/Auckland"
LOCALE="en_NZ.utf8"
KEYMAP="us"