Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
NeQuissimus / ..install.sh
Created July 23, 2012 14:16
ArchLinux on MacBook Pro 5,5
# 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
@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
@saetia
saetia / gist:1623487
Last active March 20, 2025 09:04
Clean Install – OS X 10.11 El Capitan

OS X Preferences


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