Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-02-27 01:20:43 +01:00
parent c0b62c0b2f
commit 698190189c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ $(type -P rm) -rf ~/.dotfiles
$(type -P git) clone --separate-git-dir=$HOME/.dotfiles https://git.timo.one/tosu/dotfiles.git $HOME/dotfiles-tmp
$(type -P cp) -r ~/dotfiles-tmp/* ~
$(type -P rm) -rf ~/dotfiles-tmp/
$(type -P rm) ~/.git
$(type -P rm) -rf ~/.git
# OR (for push/pull)
@ -13,4 +13,4 @@ $(type -P rm) -rf ~/.dotfiles
$(type -P git) clone --separate-git-dir=$HOME/.dotfiles gt:tosu/dotfiles $HOME/dotfiles-tmp
$(type -P cp) -r ~/dotfiles-tmp/* ~
$(type -P rm) -rf ~/dotfiles-tmp/
$(type -P rm) ~/.git
$(type -P rm) -rf ~/.git