Created
September 16, 2017 22:55
-
-
Save schlueter/bd84628c4d3da6eef8246624f379fdd8 to your computer and use it in GitHub Desktop.
Install xmonad on a chromebook with crouton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIP