Update 'clone_dotfiles.sh'
This commit is contained in:
parent
f3d71acd6a
commit
371170e9db
|
@ -1,6 +1,6 @@
|
|||
# Run with
|
||||
# curl https://git.timo.one/tosu/pastebin/raw/branch/main/clone_dotfiles.sh | sh
|
||||
git clone --separate-git-dir=$HOME/.dotfiles gt:tosu/dotfiles $HOME/dotfiles-tmp
|
||||
git clone --separate-git-dir=$HOME/.dotfiles https://git.timo.one/tosu/dotfiles.git $HOME/dotfiles-tmp
|
||||
cp -r ~/dotfiles-tmp/.* ~
|
||||
cp -r ~/dotfiles-tmp/* ~
|
||||
rm -r ~/dotfiles-tmp/
|
||||
|
|
Loading…
Reference in New Issue