Forked from ShawNexT/WebStorm_DataGrip_IntelliJIdea
Created
January 23, 2020 08:06
-
-
Save hmtanbir/10da5fc325f0ac8aaa6c5210565a0add to your computer and use it in GitHub Desktop.
WebStorm & DataGrip renew license
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
cd ~/.WebStorm* | |
rm config/eval/WebStorm*evaluation.key | |
rm config/options/other.xml | |
cd ~/.java/.userPrefs/jetbrains | |
rm -rf webstorm | |
cd ~/.DataGrip* | |
rm config/eval/DataGrip*evaluation.key | |
rm config/options/other.xml | |
cd ~/.java/.userPrefs/jetbrains | |
rm -rf datagrip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment