git clone --recursive https://github.com/Staubgeborener/.dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
stow -t ~ */ # or use install.sh to install all dependencies and packages
git pull --recurse-submodules
sudo docker build -t dotfilestester -f Dockerfile . && docker run -it dotfilestester