Add 'clone_dotfiles.sh'
This commit is contained in:
parent
03475b43ed
commit
adffa7fb3c
|
@ -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
|
Loading…
Reference in New Issue