Guest User

Untitled

a guest
Jul 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Was asked how I keep my zshrc config sync'd between my computers with Dropbox
  2.  
  3. # Add a new directory in your Dropbox (or use an existing one)
  4. mkdir -p ~/Dropbox/ohmyzsh
  5.  
  6. # move existing file to Dropbox
  7. mv ~/.zshrc ~/Dropbox/ohmyzsh/zshrc
  8.  
  9. # symlink file back to your local directory
  10. ln -s ~/Dropbox/ohmyzsh/zshrc ~/.zshrc
Add Comment
Please, Sign In to add comment