Possible to share a Config.h file between multiple sketches?

One idea off the top of my head, create a directory under libraries, give your header file a good unique name and put it in there. Then #include <good_unique_header_file.h>. I think you can get away without a library.properties file.