Update 'clone_dotfiles.sh'
This commit is contained in:
parent
4fec4a5531
commit
d3fe211f68
|
@ -2,4 +2,4 @@ git init
|
||||||
git remote add origin https://git.timo.one/tosu/dotfilestosu
|
git remote add origin https://git.timo.one/tosu/dotfilestosu
|
||||||
git fetch
|
git fetch
|
||||||
git branch main origin/main
|
git branch main origin/main
|
||||||
git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} file
|
git checkout main 2>&1 | grep -v error | grep -v Please | grep -v Aborting | xargs -I {} file "{}"
|
Loading…
Reference in New Issue