Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 473 Bytes

zsh terminal configuration file

~/.zshrc

.zshrc Sharing

Fork this repo or create your own.

Initialize your home folder and set the git repo

$ cd ~
$ git init
$ git remote add origin [email protected]: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!