Skip to content

Instantly share code, notes, and snippets.

@khushalbokadey
Created December 13, 2018 05:59
Show Gist options
  • Save khushalbokadey/20bb4f0b6df1ab933ad0af56f3af68e4 to your computer and use it in GitHub Desktop.
Save khushalbokadey/20bb4f0b6df1ab933ad0af56f3af68e4 to your computer and use it in GitHub Desktop.
Clean meld settings for mac
#!/bin/bash
cd ${HOME}
rm -rf ./.local/share/meld
rm -f ./Library/Preferences/org.gnome.meld.plist
rm -rf "./Library/Saved Application State/org.gnome.meld.savedState/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment