Skip to content

Instantly share code, notes, and snippets.

View atipapp's full-sized avatar

Attila Papp atipapp

View GitHub Profile
@atipapp
atipapp / install_darwin_deps.sh
Created May 29, 2019 14:09
Install git, maven, java11 and Spring Tools Suite for macOS
#!/usr/bin/env bash
#------------------------------------------------------------------------------
YEL='\033[1;33m'
CYN='\033[0;36m'
GRN='\033[1;32m'
RED='\033[1;31m'
NRM='\033[0m'
@atipapp
atipapp / install_docker_darwin.sh
Created June 24, 2019 13:38
Install docker on macOS with brew
#!/usr/bin/env bash
#------------------------------------------------------------------------------
YEL='\033[1;33m'
CYN='\033[0;36m'
GRN='\033[1;32m'
RED='\033[1;31m'
NRM='\033[0m'