#!/bin/bash set -o errexit -o pipefail has git || gimme_pkg git [[ "$(git config --global --get color.ui)" ]] || git config --global color.ui true