Skip to content

Instantly share code, notes, and snippets.

View stephenkoo's full-sized avatar

Stephen Koo stephenkoo

  • Melbourne, Australia
View GitHub Profile
@stephenkoo
stephenkoo / gpg-setup.sh
Created July 10, 2019 00:14
Get set up with Signed Commits on macOS
#!/bin/bash
INFO='\033[1;32m'
NC='\033[0m'
GNUPG_DIR="$HOME/.gnupg"
function info() {
echo -e "${INFO}$1${NC}"
}