Skip to content

Instantly share code, notes, and snippets.

View ChatoGuy1's full-sized avatar
💭
I may be slow to respond.

ChatoGuy1 ChatoGuy1

💭
I may be slow to respond.
View GitHub Profile
@ChatoGuy1
ChatoGuy1 / arch_mini_install.sh
Last active February 7, 2026 15:02
ArchLinux Minimal Install Script
#!/bin/bash
set -euo pipefail
DISK=/dev/nvme0n1
EFI=${DISK}p1
SWAP=${DISK}p2
ROOT=${DISK}p3
HOSTNAME=archvm