mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-07 09:48:11 +01:00
Install gitconfig file.
This commit is contained in:
parent
2d2590aaa2
commit
3cd601e7ea
3 changed files with 1 additions and 1 deletions
0
.installer/executables
Executable file → Normal file
0
.installer/executables
Executable file → Normal file
0
.installer/ignored
Executable file → Normal file
0
.installer/ignored
Executable file → Normal 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/"}"
|
||||
|
|
Loading…
Reference in a new issue