DEV Community

StuartCreed
StuartCreed

Posted on Edited on

How to have the same .zshrc setup on multiple computers

Use Dropbox and symbolic link to keep your file in once place across multiple computers:
ln -s source_file myfile
e.g. ln -s /Users/username/Dropbox/.zshrc .zshrc

https://kb.iu.edu/d/abbe

Top comments (0)