Skip to content

Instantly share code, notes, and snippets.

@krokwen
Created August 17, 2016 22:46
Show Gist options
  • Save krokwen/f0c8e85272c0def3d2fdf00e36b9e75f to your computer and use it in GitHub Desktop.
Save krokwen/f0c8e85272c0def3d2fdf00e36b9e75f 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