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 packagesgit pull --recurse-submodulessudo docker build -t dotfilestester -f Dockerfile . && docker run -it dotfilestester