Skip to content

Instantly share code, notes, and snippets.

@gastonambrogi
Created July 17, 2018 14:36
Show Gist options
  • Save gastonambrogi/1d2eed18a1a384811bdb674acce30c04 to your computer and use it in GitHub Desktop.
Save gastonambrogi/1d2eed18a1a384811bdb674acce30c04 to your computer and use it in GitHub Desktop.
i3wm on raspbian lite
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install i3
sudo apt-get install xserver-xorg
sudo apt-get install xinit
sudo startx
#worked on a zero w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment