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/"}"