Skip to content

Instantly share code, notes, and snippets.

@jony4
Created October 26, 2020 03:06
Show Gist options
  • Save jony4/f29e71baa96084033c89336df9600d15 to your computer and use it in GitHub Desktop.
Save jony4/f29e71baa96084033c89336df9600d15 to your computer and use it in GitHub Desktop.
Mac 下一键移除 goland 便于重装
#!/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