• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle








  • Its approach to the /etc dir was great. I haven’t used it but read the documentation. Basically, all software come with default config files in /usr/lib/config or some directory like that. You create a config file in /etc only if you want to override some defaults, and if you want to reset all configuration you simply delete all files in /etc. I think it is a great system. Removes the clutter from among the user created config files and enables one to make an etc-files repo and keep track of system configuration via git, just like people do with their dot files and user configuration. But other than that, I had no reason to try it.