From: Jannik ZANDER Date: Thu, 11 Feb 2021 12:12:32 +0000 (+0100) Subject: Fix dotfiles.sh X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=f0e6e023b5e0c353ab8bc9983c0216206577039f;p=dotfiles.git Fix dotfiles.sh --- diff --git a/README.md b/README.md index bc6646c..dd53b64 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 1) First download 'dotfiles.sh' -> $ git archive --remote=git@git.zndr.dk:jannik/dotfiles.git master bin/dotfiles.sh | tar -x --strip-components 1 +> $ git archive --remote=git@zndr.dk:dotfiles master bin/dotfiles.sh | tar -x --strip-components 1 2) Next execute it with diff --git a/bin/dotfiles.sh b/bin/dotfiles.sh index be977bd..1621fe4 100755 --- a/bin/dotfiles.sh +++ b/bin/dotfiles.sh @@ -9,7 +9,7 @@ function got() # Initial setup got init got config --local status.showUntrackedFiles no -got remote add origin git@localhost:dotfiles +got remote add origin git@zndr.dk:dotfiles got fetch got reset --hard origin/master got branch -u origin/master