Skip to content

Instantly share code, notes, and snippets.

View pancho508's full-sized avatar
☠️
Glory to Mankind

Francisco Luna pancho508

☠️
Glory to Mankind
View GitHub Profile
@pancho508
pancho508 / PC-setup.sh
Created April 19, 2019 16:58 — forked from BrunoTorresF/PC-setup.sh
DevEnv Installation Script
#!/bin/sh
sudo apt update
# git
sudo apt install git -y
# cUrl
sudo apt install curl -y
# nvm node npm
sudo -k
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="$HOME/.nvm"