From 3cd601e7eaf1c80249571020cf765709c5d44c07 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Mon, 13 Jun 2022 12:31:41 +0200 Subject: [PATCH] Install gitconfig file. --- .installer/executables | 0 .installer/ignored | 0 install.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .installer/executables mode change 100755 => 100644 .installer/ignored diff --git a/.installer/executables b/.installer/executables old mode 100755 new mode 100644 diff --git a/.installer/ignored b/.installer/ignored old mode 100755 new mode 100644 diff --git a/install.sh b/install.sh index 1e0bed2..50bf1e5 100755 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ function install() { echo "Copying files... 💾" while IFS= read -r file; do - [[ "$file" =~ ".git"* ]] && continue + [[ "$file" == *".git/"* ]] && continue perform_copy=true file="${file#"$SCRIPT_DIR/"}"