#!/usr/bin/env bash ## Configure git hooks git lfs install grep -qxF './deploy.sh' .git/hooks/pre-push || echo './deploy.sh' >> .git/hooks/pre-push