dotbro
dotbro copied to clipboard
Dotbro - simple yet effective dotfiles manager.
It's quite old, need to make it clean and shiny :)
It would be nice to have optional mappings/init/etc broken down by OS, then Hostname, then distro/version like the following JSON ```json { "mappings": { "one": "two", "two": "three" }, "init"...
Then unencrypt them when linking, maybe? Need to iterate on the design. Would be nice to have an extra layer of security for files that might contain sensitive information being...
Implement a feature allowing users to define custom commands in the config file, and run them on installing dotfiles.
Hi! The is quite popular [homesick](https://github.com/technicalpickles/homesick) / [homeshick](https://github.com/andsens/homeshick) projects that help to manage the dot files. Does this project aim to solve the same problem? Are there any use-cases which...
There are some caveats. For example, the config file should not be reformatted. The command should only add a single line, but not changing any existing lines. So, simple `toml.Decode()`...
Implement a simple command to check if local dotfiles repo and remote dotfiles repo are in sync. The result should be cached for some considerable time. So it can be...