Install gitconfig file.

This commit is contained in:
dabruh 2022-06-13 12:31:41 +02:00
parent 2d2590aaa2
commit 3cd601e7ea
3 changed files with 1 additions and 1 deletions

0
.installer/executables Executable file → Normal file
View File

0
.installer/ignored Executable file → Normal file
View File

View File

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