Created
October 26, 2020 03:06
-
-
Save jony4/f29e71baa96084033c89336df9600d15 to your computer and use it in GitHub Desktop.
Mac 下一键移除 goland 便于重装
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
#!/usr/bin/env bash | |
rm -fr ~/Library/Preferences/jetbrains* | |
rm -fr ~/Library/Caches/JetBrains/ | |
rm -fr ~/Library/Application\ Support/JetBrains/ | |
rm -fr ~/Library/Logs/JetBrains/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment