20 lines
311 B
Markdown
20 lines
311 B
Markdown
# Dotfiles
|
|
|
|
[![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
# Build
|
|
go build ./cmd/dot
|
|
|
|
# Install dotfiles
|
|
./dot install
|
|
|
|
# Update dotfiles with user config
|
|
./dot update
|
|
|
|
# Compare dotfiles with user config
|
|
./dot compare
|
|
```
|