dotfiles Setup git submodule update --init ./setup.sh Docker Images for d in ./docker-images/*/; do docker build -t $(basename "$d") "$d" done