- Install Debian; lxde is lightweightest, 'debian desktop environment' is unnecessary.
- Install curl and git
- Link config in .config/i3 to .cfg/i3_config. Other choice would be to link whole .config directory, which takes up a lot of space.
- Install preferred packages with genius method: bin/install-packages.sh as root.
find -maxdepth 3 -type l -lname "*" | grep -v ".so" | xargs ls -l | awk '{print $9, $11}'