xdotter 0.0.15

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

## Inspired

this project is inspired by [dotter](https://github.com/SuperCuber/dotter), but with a different design and has a much more simple implementation.

## Install

Use cargo:

```zsh
cargo install xdotter
```

Use cargo-binstall:
```
cargo binstall xdotter
```

From github repo:

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

## Usage

```shell
xd -h
```

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

## License

[LICENSE](LICENSE)