This repo is based on this repo, using the dotfiles course we can be found at dotfiles.eieio.xyz.
Highly recommend checking it out!
# Get latest remote version for all submodules
git submodule update --remote --merge
# Commit and push
git add .
git commit -m"Update submodules"
git push