Created
December 9, 2015 19:11
-
-
Save davidthewatson/09faf1a57477c78fc7a1 to your computer and use it in GitHub Desktop.
Install Ubuntu Precise on Chromebook, crouton, with i3
This file contains 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
wget -O ~/Downloads/crouton http://goo.gl/fd3zc | |
sudo sh -e ~/Downloads/crouton -t x11,audio,keyboard,extension -n i3precise | |
sudo enter-chroot -n i3precise | |
sudo apt-get install i3 | |
echo "exec i3" > ~/.xinitrc | |
sudo apt-get install git vim python python-pip python-dev python-software-properties sshfs | |
sudo pip install virtualenv virtualenvwrapper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment