most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat
# 1. Install from NetInst CD, via Ethernet, minimal set of packages, use syslinux boot loader! | |
# 2. Initialize Pacman, hit random keys during init | |
pacman-key --init | |
pacman-key --populate archlinux | |
# 3. Install X and Awesome WM | |
pacman -Sy xorg-server xorg-xinit xorg-utils xorg-server-utils xterm awesome xf86-video-vesa | |
# 4. Install nvidia drivers |
# 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 |