Skip to content

Instantly share code, notes, and snippets.

@ojas
Last active October 14, 2017 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojas/64f01bbdc19296ae5f9ec962a1d11e40 to your computer and use it in GitHub Desktop.
Save ojas/64f01bbdc19296ae5f9ec962a1d11e40 to your computer and use it in GitHub Desktop.
Chromebook Dev Setup

!very rough notes - a work in progress!

Enable Developer Mode:

  • Hold down esc + refresh + power to restart
  • Press ctrl + d to switch to developer mode (warning: this will basically wipe your machine, so save anything you need to save)
  • fix yourself some coffee. it'll take a while and a few reboots
  • login

Install Chromebrew:

  • Press ctrl + alt + t to open a developer shell
  • Then...
  • If you have another Linux machine and want to, copy your SSH keys and config to ~/.ssh
shell
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash
crew install buildessential

For jekyll development

gem install jekyll bundler

For python development

crew install python3
easy_install-3.6 pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment