Skip to content

Setup developer tools on Chrome OS Terminal

License

Notifications You must be signed in to change notification settings

jamesvnz/dev-on-chromeos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of https://github.com/ukabu/dev-on-chromeos.git

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

These scripts setup all the tools I need :

  • NodeJS and Docker
  • Bash scripting (jq, httpie, curl)
  • VSCode for coding
  • python3, pip and pipenv

Open the Terminal app, then

sudo apt update
sudo apt install git
git clone https://github.com/jamesvnz/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

  • Shell 100.0%