-
-
Save doxt3r/d63c4d5d281931e0e1ec220501d704ff to your computer and use it in GitHub Desktop.
WebStorm & DataGrip & IntelliJIdea renew license
This file contains 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 | |
// IntelliJ Idea | |
cd ~/.IntelliJIdea* | |
rm config/eval/idea*evaluation.key | |
rm config/options/other.xml | |
cd ~/.java/.userPrefs/jetbrains | |
rm -rf idea | |
or | |
cd ~/.config/JetBrains/IntelliJIdea* | |
rm -rf options/other.xml | |
rm -rf eval/*.evaluation.key | |
cd ~/.java/.userPrefs/jetbrains | |
>> rm -rf '_!(!!cg"p!(}!}@"j!(k!|w"w!'\''8!b!"p!'\'':!e@==' (but it can be different) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment