Skip to content

Instantly share code, notes, and snippets.

@schlueter
Created September 16, 2017 22:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schlueter/bd84628c4d3da6eef8246624f379fdd8 to your computer and use it in GitHub Desktop.
Save schlueter/bd84628c4d3da6eef8246624f379fdd8 to your computer and use it in GitHub Desktop.
Install xmonad on a chromebook with crouton
# in chromebook shell
4 sudo sh ~/Downloads/crouton -t xorg,cli-extra,audio,touch,extension
5 enter-chroot
6 sudo enter-chroot
# in the chroot
6 sudo apt install curl
7 curl -sSL https://get.haskellstack.org/ | sh
8 stack install xmonad
9 stack setup
10 stack install xmonad
11 sudo apt install libx11-dev
12 stack install xmonad
13 sudo apt install libxrandr-dev
14 stack install xmonad
@schlueter
Copy link
Author

WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment