From 54c880e2a5ef824a4b998ef066054493e7664d7f Mon Sep 17 00:00:00 2001 From: schmeeve Date: Sun, 10 May 2026 13:02:16 -0700 Subject: [PATCH] add Dotfiles --- checkin-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkin-all b/checkin-all index 92969f7..5d25fc0 100755 --- a/checkin-all +++ b/checkin-all @@ -3,7 +3,7 @@ set -euo pipefail GIT_HOME="${HOME}/git" -for dir in "${GIT_HOME}"/*/; do +for dir in "${GIT_HOME}"/*/ "${HOME}/Dotfiles"; do if [ -d "${dir}/.git" ]; then repo=$(basename "${dir}") remote=$(git -C "${dir}" remote get-url origin 2>/dev/null || true)