The dotfiles in this repository are designed to be cloned using the simple approach advocated by this Atlassian developer article.
It also helps to have remote tracking branches showing where your local repository is relative to the remote, as explained in this answer. That is, you should also run:
config config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
config fetch