add Dotfiles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user