# Keep .zshrc config sync'd between computers with Dropbox # If your Dropbox folder is not in the default location, you'll need to change ~/Dropbox to your location # Add a new directory for Oh My Zsh inside ~/Dropbox folder mkdir -p ~/Dropbox/oh-my-zsh # Move existing file to ~/Dropbox/oh-my-zsh/ folder we created in previous step mv ~/.zshrc ~/Dropbox/oh-my-zsh/zshrc # Symlink file back to your local directory ln -s ~/Dropbox/oh-my-zsh/zshrc ~/.zshrc