arch/private_dot_local/bin/executable_push_chezmoi
2025-11-01 03:51:10 +00:00

8 lines
91 B
Bash

#!/usr/bin/env bash
set -euo pipefail
REPO="$(chezmoi source-path)"
cd "$REPO"
git push