angrygorilla / dev-on-chromeos

Setup developer tools on Chrome OS Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup development tool on Chrome OS Terminal (aka Crostini).

My PixelBook is my daily portable dev environment. Until recently, serious development on Chrome OS required to put the device in developer mode and use Crouton to create a chroot.

With Crostini, it is now possible to run a debian linux in a container. Enabling linux apps to run alongside Android and Chrome OS apps.

These scripts setup all the tools I need :

  • NodeJS for React/NextJS apps
  • OpenJDK for SpringBoot apps
  • CloudFoundry CLI
  • Bash scripting (jq, httpie, dot)
  • VSCode for coding
  • python3, pip and pipenv
  • ...

Known to work on:

  • Google PixelBook

Requirements:

Open the Terminal app, then

sudo apt update
sudo apt install git
git clone https://github.com/ukabu/dev-on-chromeos.git
cd dev-on-chromeos
./setup.sh

Install script are more or less idempotent. This mean that you can rerun them to update or if it fails without causing any issues.

About

Setup developer tools on Chrome OS Terminal

License:MIT License


Languages

Language:Shell 100.0%