Initial upload: DotMigrate dotfiles migration tool with CI/CD
Some checks failed
CI / test (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-04 09:53:09 +00:00
parent 21049a08bf
commit 8a9a515a50

2
src/config.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod config;
pub use config::{Dotfile, Config, SyncConfig, MergeConfig, DetectConfig, BackupConfig};