Skip to content

👨‍💻 • Install common developer tools in one command.

License

Notifications You must be signed in to change notification settings

perguth/chromeos-developer-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromeOS developer setup

💡 Install common developer tools in one command.

It installs:

  • Bash utilities: build-essential, htop, iperf3, mosh, nano, nmap, nload, ufw, screen, tmux, sshfs.
  • Deno: "Deno is a simple, modern runtime for JavaScript and TypeScript that uses V8 and is built in Rust."
  • Docker and Docker Compose: "Docker is a platform designed to help developers build, share, and run modern applications."
  • Gedit: "Gedit is an easy-to-use and general-purpose text editor."
  • Gimp: "GIMP is a cross-platform image editor available for GNU/Linux, macOS, Windows and more operating systems."
  • Git: "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
  • Golang: "Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson."
  • NodeJS, NPM and Yarn: "Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine."
  • Socket: Will automatically scan packages for maleware that are installed via NPM or NPX.
  • Rust: "Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, ..."
  • VS Code: "Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications."

Install

💡 If you're upgrading from a previous installation, please follow these steps.

  1. First enable Linux.
  2. Copy the following commands into the terminal:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/perguth/chromeos-developer-setup/master/setup.sh)"

Related