2024-07-05 09:06:05 +00:00
|
|
|
# Overview
|
|
|
|
`symconf` is a CLI tool for managing local application configuration. It uses a simple
|
|
|
|
operational model that symlinks centralized config files to their expected locations across
|
|
|
|
the system. This central config directory can then be version controlled.
|
2024-04-19 22:50:31 +00:00
|
|
|
|
2024-07-05 09:06:05 +00:00
|
|
|
`symconf` also facilitates dynamically setting system and application "themes," symlinking
|
|
|
|
matching theme config files for registered apps and running config reloading scripts.
|
2024-04-19 22:50:31 +00:00
|
|
|
|
2024-07-05 09:06:05 +00:00
|
|
|
For
|
|
|
|
example, the following `symconf` call coordinates a light to dark mode switch
|
2024-04-19 22:50:31 +00:00
|
|
|
|