Add unified configuration handling (closes #19)
This adds loading of multiple yml files from various locations. Namely, in order, with later files taking precendence over earlier ones the following directories are scanned for any .yml file. The order of the files within each directory is standard globbing order. - $PACKAGE/etc/ - /etc/climix/ - <XDG directories>/climix, including - ~/.config/climix/
Please register or sign in to comment