perguth / chromeos-developer-setup

๐Ÿ‘จโ€๐Ÿ’ป โ€ข Install common developer tools in one command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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."
  • 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

  1. First ๐Ÿ› ๏ธ enable Linux
  2. Then copy the following commands into ๐Ÿ”ฃ termina:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/perguth/chromeos-developer-setup/master/setup.sh)"

Related

About

๐Ÿ‘จโ€๐Ÿ’ป โ€ข Install common developer tools in one command.

License:MIT License


Languages

Language:Shell 100.0%