-
-
Save dgierejkiewicz/7580f5ad632835620e8aba1938e37194 to your computer and use it in GitHub Desktop.
Revisions
-
xiaklizrum revised this gist
Nov 18, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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 -
xiaklizrum revised this gist
Nov 18, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # linux rm -rf ~/.config/JetBrains/IntelliJIdea*/eval/*.evaluation.key ~/.config/JetBrains/IntelliJIdea*/options/other.xml # mac os rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/eval/*.evaluation.key && rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/options/other.xml && rm -rf ~/Library/Preferences/jetbrains.idea.* && rm -rf ~/Library/Preferences/com.apple.java.util.prefs.plist -
xiaklizrum revised this gist
Oct 19, 2020 . 2 changed files with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # linux rm -rf ~/.config/JetBrains/IntelliJIdea2*/eval/*.evaluation.key ~/.config/JetBrains/IntelliJIdea*/options/other.xml # mac os rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/eval/*.evaluation.key && rm ~/Library/Application\ Support/JetBrains/IntelliJIdea*/options/other.xml && rm -rf ~/Library/Preferences/jetbrains.idea.* && rm -rf ~/Library/Preferences/com.apple.java.util.prefs.plist -
xiaklizrum created this gist
May 9, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ rm ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.*/eval/*.evaluation.key && rm ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.*/options/other.xml && rm -rf ~/Library/Preferences/jetbrains.idea.* && rm -rf ~/Library/Preferences/com.apple.java.util.prefs.plist