dotfiles/README.md

17 lines
301 B
Markdown

# Dotfiles
[![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
## Usage
```sh
# Install dotfiles
go run *.go install
# Update dotfiles with user config
go run *.go update
# Compare dotfiles with user config
go run *.go compare
```