项目作者: perguth

项目描述 :
👨‍💻 • Ansible Playbook that sets up Chrome OS for a full stack developer.
高级语言: Shell
项目地址: git://github.com/perguth/chromeos-setup.git
创建时间: 2020-02-26T11:51:29Z
项目社区:https://github.com/perguth/chromeos-setup

开源协议:MIT License

下载


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:
  1. bash -c "$(curl -fsSL https://raw.githubusercontent.com/perguth/chromeos-developer-setup/master/setup.sh)"