Skip to content

Instantly share code, notes, and snippets.

View yusuf-khamis's full-sized avatar

Lulliezy yusuf-khamis

View GitHub Profile
@yusuf-khamis
yusuf-khamis / dev-install.sh
Last active May 22, 2019 12:25
A script that installs the basic packages needed by a nodejs developer i.e. git, nvm and node, nginx, mysql and mysql workbench, redis, sql server and nodemon and @angular/cli npm packages
#!/bin/sh
color=`tput setaf 2`
reset=`tput sgr0`
echo "${color}Script started, this script uses apt instead of apt-get${reset}"
#run apt update first
sudo apt update