Skip to content

markcheno/dev-on-chromeos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Work in progress

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

These scripts setup all the tools I need:

  • build essentials (gcc/make/etc..)
  • node/npx/yarn/create-react-app
  • Bash commands (jq, httpie, ping, nano)
  • VSCode
  • anaconda python3, pip and pipenv
  • golang
  • docker
  • RStudio server (tidyverse/tidyquant)

Known to work on:

  • Google PixelBook

Requirements:

  • Chromeos 69+
  • Settings | Linux: Activated

Open the Terminal app, then

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

Answer questions...

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

  • Shell 100.0%