Update 'clone_dotfiles.sh'
This commit is contained in:
parent
1c4e31af9d
commit
b307d78d0f
|
@ -2,8 +2,7 @@
|
|||
# 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
|
||||
|
||||
# git clone --separate-git-dir=$HOME/.dotfiles gt:tosu/dotfiles $HOME/dotfiles-tmp
|
||||
|
||||
|
||||
cp -r ~/dotfiles-tmp/.* ~
|
||||
|
|
Loading…
Reference in New Issue