dotr-dear 2.0.3

A dotfiles manager as dear as a daughter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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.