mirror of https://gitlab.com/dabruh/dotfiles.git
Install gitconfig file.
This commit is contained in:
parent
2d2590aaa2
commit
3cd601e7ea
|
@ -41,7 +41,7 @@ function install() {
|
||||||
echo "Copying files... 💾"
|
echo "Copying files... 💾"
|
||||||
|
|
||||||
while IFS= read -r file; do
|
while IFS= read -r file; do
|
||||||
[[ "$file" =~ ".git"* ]] && continue
|
[[ "$file" == *".git/"* ]] && continue
|
||||||
|
|
||||||
perform_copy=true
|
perform_copy=true
|
||||||
file="${file#"$SCRIPT_DIR/"}"
|
file="${file#"$SCRIPT_DIR/"}"
|
||||||
|
|
Loading…
Reference in New Issue