Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-02-14 13:04:20 +01:00
parent 048f4d1774
commit c0b62c0b2f
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
builtin shopt -s dotglob
$(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 cp) -r ~/dotfiles-tmp/* ~
$(type -P rm) -rf ~/dotfiles-tmp/
$(type -P rm) ~/.git
@ -12,7 +11,6 @@ $(type -P rm) ~/.git
builtin shopt -s dotglob
$(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 cp) -r ~/dotfiles-tmp/* ~
$(type -P rm) -rf ~/dotfiles-tmp/
$(type -P rm) ~/.git