Skip to content

Instantly share code, notes, and snippets.

@tmsperera
Forked from xiaklizrum/reset.sh
Created April 20, 2021 03:42
Show Gist options
  • Save tmsperera/bd788c14ac0e9bba0ff7218dc8a3e860 to your computer and use it in GitHub Desktop.
Save tmsperera/bd788c14ac0e9bba0ff7218dc8a3e860 to your computer and use it in GitHub Desktop.
Reset jetbrains intellij idea 2020 30-day evaluation period
# linux
rm -rf ~/.config/JetBrains/IntelliJIdea*/eval/*.evaluation.key ~/.config/JetBrains/IntelliJIdea*/options/other.xml ~/.java/.userPrefs/jetbrains/idea
# mac os
rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/eval/*.evaluation.key ~/Library/Application\ Support/JetBrains/IntelliJIdea*/options/other.xml ~/Library/Preferences/jetbrains.idea.* ~/Library/Preferences/com.apple.java.util.prefs.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment