Heavily inspired by stow.
If you have rust toolchain installed, configman
is available on crates.io, if you don't have rust toolchain installed, please install rust by going to the official website.
Run
bash
cargo install configman
``` USAGE: configman [FLAGS] [OPTIONS]
FLAGS: --dry-run Do not do anything; just show what would happen. -h, --help Prints help information -i, --interactive Prompts user every time it tries to modify filesystem. --remove Unlink the symlinks in destination path linked from the source directory. -v, --verbose -V, --version Prints version information
OPTIONS:
-d, --dest
```