Skip to content

Instantly share code, notes, and snippets.

View xetra11's full-sized avatar
🔨
insane in the maintain

Patrick Charles Höfer xetra11

🔨
insane in the maintain
View GitHub Profile
@xetra11
xetra11 / arch.sh
Created April 11, 2019 22:03 — forked from eddmann/arch.sh
Arch Setup (with Awesome)
wifi-menu
ping www.google.com
# setup disk partitions
cfdisk.
# format disk partitions
lsblk /dev/sda
mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sda2