Skip to content

Instantly share code, notes, and snippets.

View wvangeit's full-sized avatar

Werner Van Geit wvangeit

View GitHub Profile
@wvangeit
wvangeit / gist:943afa6ce4648581168036aa1e076371
Created October 31, 2016 09:40 — forked from LispEngineer/gist:9fbbdc32a3117664485203e15b6b0698
Uninstall XQuartz.app from OSX Yosemite
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
# Log out and log in