Xquartzをインストールしたら設定が諸々変わってて困ったからちゃんとアンインストールするためのコマンド
#Xquartzの自動起動を停止
launchctl unload /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
sudo launchctl unload /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
#作成されたファイルを削除
sudo rm -rf /opt/X11* /Library/Launch*/org.macosforge.xquartz.* /Applications/Utilities/XQuartz.app /etc/*paths.d/*XQuartz
#パッケージのインストール情報を削除
sudo pkgutil --forget org.macosforge.xquartz.pkg