Add .local/bin/push_chezmoi

This commit is contained in:
Lewis Wynne 2025-11-01 03:51:10 +00:00
parent 806a126360
commit b3d304bbbb

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
REPO="$(chezmoi source-path)"
cd "$REPO"
git push