Setup via symlinks, and load with launchctl
:
cd ~/Library/LaunchAgents
ln -sfv ~/.config/launch/io.rafi.environment.plist
launchctl load -w io.rafi.environment.plist
launchctl unload -w ~/Library/LaunchAgents/io.rafi.environment.plist
io.rafi.environment.plist
— My XDG system-wide environment variables.
~/Library/LaunchAgents
— Per-user agents provided by the user./Library/LaunchAgents
— Per-user agents provided by the administrator./Library/LaunchDaemons
— System wide daemons provided by the administrator./System/Library/LaunchAgents
— OS X Per-user agents./System/Library/LaunchDaemons
— OS X System wide daemons.