Skip to content

Instantly share code, notes, and snippets.

View tolosa's full-sized avatar

Leonardo Tolosa tolosa

  • Buenos Aires, Argentina
View GitHub Profile
# move existing files to Google Drive
mv ~/.zshrc ~/Google\ Drive/Dotfiles/zshrc
mv ~/.oh-my-zsh ~/Google\ Drive/Dotfiles/oh-my-zsh
# symlink file back to your local directory
ln -s ~/Google\ Drive/Dotfiles/zshrc ~/.zshrc
ln -s ~/Google\ Drive/Dotfiles/oh-my-zsh ~/.oh-my-zsh