Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwamara/87e0cef31ed55413ac8efc7f0059c54e to your computer and use it in GitHub Desktop.
Save dwamara/87e0cef31ed55413ac8efc7f0059c54e to your computer and use it in GitHub Desktop.
WebStorm & DataGrip & IntelliJIdea renew license
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