Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-01-31 12:28:20 +01:00
parent dd1caeb61d
commit 9dc1198dba
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ 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 {} rm -rf "{}"
git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} rm -rf "{}"
git checkout main