pastebin/clone_dotfiles.sh

5 lines
201 B
Bash

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