Is there something equivalent (and available by default) to gconf
on OSX?
OS X uses a "defaults" system, and reads/writes application preferences as "plist" (property list) files that are stored in ~/Library/Preferences
. You can read more about the defaults system here.