Skip to content

Instantly share code, notes, and snippets.

View diedexx's full-sized avatar

Diede Exterkate diedexx

View GitHub Profile
@diedexx
diedexx / install.sh
Last active September 1, 2020 15:33
Run this to get a basic Yoast development setup
#!/usr/bin/env bash
install(){
if [ "$EUID" -eq 0 ]; then
error "This script should not be used as root"
exit
fi
info "Preparing your Mac for development"