Add 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-01-31 12:24:16 +01:00
parent 03475b43ed
commit adffa7fb3c
1 changed files with 5 additions and 0 deletions

5
clone_dotfiles.sh Normal file
View File

@ -0,0 +1,5 @@
git init
git remote add origin https://git.timo.one/tosu/dotfilestosu
git fetch
git branch main origin/main
git checkout main