Creating a dotfiles repo

Your zshrc on one computer is different than the next.

Don’t do that. Create a repo called “dotfiles” and put your zshrc, vimrc, and other quality of life dot files into a version controlled home. Now when you make improvements, you can pull down and iterate on every computer.

Python
# your computer is gonna look for .zshrc at your root folder
# so this file should symlink to you "dotfiles/.zshrc"
ls -la ~/.zshrc
.zshrc -> /path/to/dotfiles/zshrc/.zshrc