Skip to content

Instantly share code, notes, and snippets.

@davidthewatson
Created December 9, 2015 19:11
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 davidthewatson/09faf1a57477c78fc7a1 to your computer and use it in GitHub Desktop.
Save davidthewatson/09faf1a57477c78fc7a1 to your computer and use it in GitHub Desktop.
Install Ubuntu Precise on Chromebook, crouton, with i3
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