Skip to content

Instantly share code, notes, and snippets.

@tmsperera
Last active January 10, 2024 20:55
Show Gist options
  • Save tmsperera/98253e4e7efd1554cce4410bd1522675 to your computer and use it in GitHub Desktop.
Save tmsperera/98253e4e7efd1554cce4410bd1522675 to your computer and use it in GitHub Desktop.
For Mac
for product in PhpStorm WebStorm DataGrip IntelliJIdea CLion PyCharm GoLand RubyMine; do
echo "Resetting evaluation period for $product..."
rm ~/Library/Application\ Support/JetBrains/$product*/eval/*.evaluation.key
rm ~/Library/Application\ Support/JetBrains/$product*/options/other.xml
done
rm ~/Library/Preferences/jetbrains.*
rm ~/Library/Preferences/com.apple.java.util.prefs.plist
echo "Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment