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 | |
| # Created @ 13.01.2015 by Christian Mayer <http://fox21.at> | |
| brew install dbus | |
| cp /usr/local/Cellar/d-bus/1.8.8/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents | |
| # Load DBus | |
| launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist |