From adffa7fb3c589a61989b17065688da1a1b59458c Mon Sep 17 00:00:00 2001 From: tosu Date: Tue, 31 Jan 2023 12:24:16 +0100 Subject: [PATCH] Add 'clone_dotfiles.sh' --- clone_dotfiles.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clone_dotfiles.sh 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