Last active
July 12, 2024 19:27
-
-
Save Hedgehogues/123eb27100608d248cf8370e666b29ce to your computer and use it in GitHub Desktop.
JetBrains Reset for 30-days-trial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://gist.github.com/Hedgehogues/123eb27100608d248cf8370e666b29ce/ | |
# declare array of tools | |
declare -a tools=( | |
"DataGrip" | |
"CLion" | |
"Rider" | |
"WebStorm" | |
"GoLand" | |
"PyCharm" | |
) | |
for tool in "${tools[@]}" | |
do | |
echo "removing evaluation key for $tool" | |
rm -rf ~/.config/JetBrains/.$tool*/eval | |
rm -rf ~/.config/JetBrains/.$tool*/options/usage.statistics.xml | |
rm -rf ~/.config/JetBrains/.$tool*/options/other.xml | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://ru.stackoverflow.com/questions/1235905/jetbrains-reset-%D0%A1%D0%B1%D1%80%D0%BE%D1%81-%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B5%D0%BA-%D0%B4%D0%BB%D1%8F-%D1%82%D1%80%D0%B8%D0%B0%D0%BB-%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D0%B8-%D0%B4%D0%BE-30-%D0%B4%D0%BD%D0%B5%D0%B9