mntn 4.0.3

A Rust-based command-line tool for dotfiles management with profiles.
Documentation
1
2
3
4
fn main() -> color_eyre::Result<()> {
    color_eyre::install()?;
    mntn::run()
}