Skip to content

Instantly share code, notes, and snippets.

@AgiosAndreas
Created April 2, 2013 18:31
Show Gist options
  • Save AgiosAndreas/5294857 to your computer and use it in GitHub Desktop.
Save AgiosAndreas/5294857 to your computer and use it in GitHub Desktop.
Sync Skype Chat History on Multiple Machines With Dropbox
# Quit the Skype application
pkill Skype
# Move the "main" Skype chat history files to the Dropbox directory
mv ~/Library/Application\ Support/Skype ~/Dropbox/
# Create a symlink from the original folder to the Dropbox folder
ln -s ~/Dropbox/Skype/ ~/Library/Application\ Support/Skype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment