#!/usr/bin/env bash
set -euo pipefail
# Initialize git-lfs for this repository before the first commit
git lfs install --local
