Skip to content

Instantly share code, notes, and snippets.

View nrchristen's full-sized avatar

Nick C nrchristen

  • Nebraska
View GitHub Profile
@nrchristen
nrchristen / arch-lenovo-y50-install.sh
Last active May 4, 2025 14:16
Arch Linux setup script for Lenovo Y50
#!/bin/bash
# === CONFIGURATION ===
DISK="/dev/sdX" # CHANGE THIS to your actual drive
HOSTNAME="archy50"
USERNAME="enine"
PASSWORD="strong-password"
LOCALE="en_US.UTF-8"
TIMEZONE="America/Chicago" # Adjust to your region