Skip to content

ukabu/dev-on-chromeos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages