~/.zshrc
Fork this repo or create your own.
$ cd ~
$ git init
$ git remote add origin git@github.com:codecodeio/zsh.git
$ git pull origin main
The .gitignore file will only allow .zshrc, README.md, and .gitignore. You don't want anything else in your home folder in this repo.
Now you can push and pull changes to your zshrc file from any computer!