diff --git a/clone_dotfiles.sh b/clone_dotfiles.sh new file mode 100644 index 0000000..0455bc7 --- /dev/null +++ b/clone_dotfiles.sh @@ -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 \ No newline at end of file