From 1c4e31af9db6994eb73cb4dfd57e10d9896714df Mon Sep 17 00:00:00 2001 From: tosu Date: Tue, 14 Feb 2023 02:09:29 +0100 Subject: [PATCH] Update 'clone_dotfiles.sh' --- clone_dotfiles.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clone_dotfiles.sh b/clone_dotfiles.sh index f2ea4b0..6970157 100644 --- a/clone_dotfiles.sh +++ b/clone_dotfiles.sh @@ -1,6 +1,11 @@ # Run with # curl https://git.timo.one/tosu/pastebin/raw/branch/main/clone_dotfiles.sh | sh git clone --separate-git-dir=$HOME/.dotfiles https://git.timo.one/tosu/dotfiles.git $HOME/dotfiles-tmp +# OR (for push/pull) +git clone --separate-git-dir=$HOME/.dotfiles gt:tosu/dotfiles $HOME/dotfiles-tmp + + + cp -r ~/dotfiles-tmp/.* ~ cp -r ~/dotfiles-tmp/* ~ rm -r ~/dotfiles-tmp/