diff --git a/clone_dotfiles.sh b/clone_dotfiles.sh index 856b65b..714d2c2 100644 --- a/clone_dotfiles.sh +++ b/clone_dotfiles.sh @@ -2,4 +2,4 @@ git init git remote add origin https://git.timo.one/tosu/dotfilestosu git fetch git branch main origin/main -git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} file \ No newline at end of file +git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} file "{}" \ No newline at end of file