Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1011 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1011 Bytes

Laptop-Setup

Laptop is the script I use to set up my Ubuntu/Linux laptop.

Requirements

Install

Read, then run the script:

wget --no-check-certificate https://raw.githubusercontent.com/jacobparra/laptop-setup/master/laptop-setup.sh
sh laptop-setup.sh

What it sets up

  • Node.js and NPM, for running apps and installing JavaScript packages
  • Zsh as your shell

References