Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
NeQuissimus / gist:3139407
Created July 18, 2012 22:33
ArchLinux + Awesome WM in VMware Fusion 4
# 1. Install NetInstall from ISO
# 2. Add non-root user (let's call it "nequi")
adduser
# 3. Initialize pacman-key (hit random characters on keyboard until done)
pacman-key --init
# 4. Populate signatures
pacman-key --populate archlinux
# 5. Install awesome
pacman -Sy awesome
# 6. Install X and Xterm