Skip to content

Instantly share code, notes, and snippets.

@thomasfr
thomasfr / Git push deployment in 7 easy steps.md
Last active May 1, 2024 23:17
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook
@creaktive
creaktive / TerminusBold.dfont
Last active January 6, 2019 13:09
Terminus Powerline for Mac OS X
setopt No_X_Trace;
setopt No_Verbose;
if ! type redisplay 2>/dev/null 1>/dev/null; then
declare -x PS1
declare -x PS2;
declare -x PS3;
declare -x PS4;
setopt Prompt_Percent