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
# 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