dot-config / dot-config.github.io

dot-config promotes use of .config folders for project level settings
https://dot-config.github.io/
MIT License
43 stars 6 forks source link
decluttering standards supports-dot-config

Use .config to store your project configs

Gitter

The goal of dot-config is to promote standardization of .config folder for storing project specific tool configurations.

By using a subfolder you will help decluttering project root folder and isolating configuration from other project files.

Use of .config is based on long standing XDG standard which promoted the use of ~/.config for keeping user settings. We only extended the concept to project repositories.

social-preview

Tools already supporting .config at repository level

Q&A

Do we really need yet another standard?

Dot-config is not a new standard, is just an extension of XDG one, one that covers for projects directories in addition to user home directories.