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