#!/bin/zsh

tmp=$(mktemp -d)

git clone git@git.xmw.de:dotfiles $tmp
mv $tmp/.git dotfiles
tar cC $tmp . | tar xv
rm -r $tmp
