-
-
Save farhan4648gul/0276f94556bcc59f1d6005d3fdd56923 to your computer and use it in GitHub Desktop.
For Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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