xdotter 0.0.7

A simple dotfile manager
Documentation
# xdotter: a simple dotfile manager

## Install

Use cargo:

```zsh
cargo install xdotter
```

From github repo:

```zsh
git clone github.com/cncsmonster/xdotter
cd xdotter
cargo install --path .
echo 'xdotter is already installed in .cargo/bin/xdotter.'
```

## Usage

```shell
xdotter -h
```

if want some example, you can check my [dotfiles](https://github.com/cncsmonster/dotfiles).

## License

[LICENSE](LICENSE)