Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
echo "removing evaluation key"
rm ~/.IntelliJIdea2017.3/config/eval/idea173.evaluation.key
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea2017.3/config/options/options.xml
echo "resetting evalsprt in prefs.xml"
sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
cd ~/.WebStorm*
rm config/eval/WebStorm*evaluation.key
rm config/options/options.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf webstorm