| Crates.io | link-cfg |
| lib.rs | link-cfg |
| version | 0.13.4 |
| created_at | 2025-08-30 14:40:17.987647+00 |
| updated_at | 2025-08-30 14:40:17.987647+00 |
| description | A dotfile manager and templater written in rust, forked from SuperCuber/dotter |
| homepage | |
| repository | https://github.com/FaceFTW/link-cfg |
| max_upload_size | |
| id | 1817678 |
| size | 206,252 |
link-cfglink-cfg is an opinionated, diverging fork of SuperCuber/dotter, which now seems to be unmaintained. This fork has some key differences from dotter to make it much "lighter" and work the way I want it to, but still retain compatibility with the original tool.
This divergence is a work in progress, with breaking changes detailed as they are made.
For each change, I provide a bit of my reasoning, so before you open an issue, read here!
This increased size/startup time due
watchexec's reliance on Tokio. Also had bugs
Doesn't really make sense, also newer versions of
evalexprare AGPL and would require license changing
This feels like a "core" feature that shouldn't really be disabled, and adding a flag makes maintenance a bit annoying
env-logger as a personal preferenceThe above changes are more of a personal preference. I'd like to see what
link-cfgis doing when I do deploy/rollback.--quietis still available as an option for those who want it.The general methodology I plan to put when it comes to reorganizing INFO and lower messages are as follows:
- INFO - information about the general actions
link-cfgis taking- DEBUG - extra information like detected state that is more useful in certain situations
- TRACE - something to insert when working in the code and modifying something
No official packages are yet available, but building from source is possible through Cargo:
cargo build --release
The compiled binary (link-cfg) will be in the target/release folder.
TODO
Most of the templating and configuration remains the same as dotter, use that Wiki for now until I migrate it over:
https://github.com/SuperCuber/dotter/wiki
Check out link-cfg -h for the command-line flags that link-cfg supports:
Contributions to link-cfg are welcome, whether in the form of a pull request or an issue (for bug repots, feature requests, or other helpful comments)
link-cfg is licensed under the MIT License.
The original source code of SuperCuber/dotter was licensed under the Unlicense.