Poison

IDEA

Run IDEA as root
1
2
sudo -s
/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea
Config
1
/Users/Poison/Library/Application Support/JetBrains
Maven config
1
/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/conf/
Path
1
export PATH="$PATH:/Users/Poison/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/maven/lib/maven3/bin"
Reference

Directories used by the IDE to store settings, caches, plugins and logs – IDEs Support (IntelliJ Platform) | JetBrains
IDEA’s Screen Flickering
IntelliJ IDEA: how to disable projects opening as tabs on macOS? - Stack Overflow