Skip to content

Instantly share code, notes, and snippets.

@kissmygritts
Created May 16, 2018 19:37
Show Gist options
  • Save kissmygritts/51cdc616d0436a36540af48609d4bee7 to your computer and use it in GitHub Desktop.
Save kissmygritts/51cdc616d0436a36540af48609d4bee7 to your computer and use it in GitHub Desktop.
Windows bash setup

Linux Subsystem

Setup and install the Linux subsystem

Hyper

This command line looks much nicer than the default powershell.

hyper i hyper-dracula to install a new plugin. Don't run from bash.

Setup Linux system

bash

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y
sudo apt-get autoclean -y

Install Node

sudo apt-get install -y build-essential
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment