diff --git a/bootstrap/replicate.sh b/bootstrap/replicate.sh index d3461ac..66894f3 100755 --- a/bootstrap/replicate.sh +++ b/bootstrap/replicate.sh @@ -1,7 +1,7 @@ #!/bin/sh tempfolder="/tmp/dots`uuidgen`" gitdir="$HOME/.dotfiles" -git clone --recursive --separate-git-dir="$gitdir" https://github.com/rehashedsalt/home.git $tempfolder +git clone --recursive --separate-git-dir="$gitdir" git@github.com:rehashedsalt/home.git $tempfolder rsync -rvl --exclude ".git" $tempfolder/ $HOME/ rm -r $tempfolder git submodule update --init --recursive --remote --git-dir="$gitdir" --work-tree="$HOME" $HOME/