Skip to content

Instantly share code, notes, and snippets.

@trinidadmauricio
Created February 20, 2017 23:55
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 trinidadmauricio/641be7f753eb3a8b73847c130f747317 to your computer and use it in GitHub Desktop.
Save trinidadmauricio/641be7f753eb3a8b73847c130f747317 to your computer and use it in GitHub Desktop.
reset intellij idea 14 evaluation
#!/bin/bash
echo "removeing evaluation key"
rm ~/.IntelliJIdea15/config/eval/idea15.evaluation.key
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea15/config/options/options.xml
echo "resetting evalsprt in prefs.xml"
sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment