Use this to make a new bare repo on any server with git and ssh.
ssh <username>@<host> 'git init --bare ~/git/dotfiles.git'
git push <username>@<host>:~/git/dotfiles main