## Overview
This is a dotfiles manager to backup and restore dotfiles in multiple machines and backing them up in a git repository.
## Tech Stack
- **Language**: Rust
- **CLI parser**: Clap
- **Configuration Language**: TOML
- **Templating**: Tera
## After making changes.
- Make sure all tests pass. Always run tests in single thread.
- Format code with `make lint-fix` to find any formatting errors and fix them.