Skip to content

Instantly share code, notes, and snippets.

# .git/hooks/pre-commit
#
# So that the "pre-commit checks passed!" message is said by a random animal:
# brew install cowsay && brew install lolcat
goFmtScript="./bin/_run_go_fmt"
staticAnalysisScript="./bin/_run_static_analysis"
boldEcho () {
echo "\033[1m\n$1\033[0m"
@nazwhale
nazwhale / .vimrc
Last active April 1, 2018 17:14
New .vimrc
" ================================
" Welcome to Naz's vimrc file
" ================================
" --------------------------------
" Plugins
" --------------------------------
set nocompatible " be iMproved, required
filetype off " required