Go to file
dependabot[bot] e358898b98 build(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 14:11:28 +07:00
.github build(deps): bump actions/setup-go from 4 to 5 2023-12-07 14:11:28 +07:00
cmd/dot
data chore(nvim): remove ufo 2023-11-17 13:56:04 +07:00
internal feat: use default http client 2023-07-30 15:21:08 +07:00
scripts chore(scripts): update bun 2023-12-05 01:18:13 +07:00
.gitignore chore: add Makefile 2022-07-04 12:37:10 +07:00
.golangci.yml chore: sync golangci-lint 2023-06-29 00:50:06 +07:00
CHANGELOG.md chore(changelog): generate v0.13.12 2023-11-11 21:41:51 +07:00
LICENSE chore: update README 2022-05-27 13:44:27 +07:00
Makefile chore: format first 2023-10-29 02:45:23 +07:00
README.md chore: add nvim badges 2023-09-27 10:28:28 +07:00
go.mod build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 2023-12-04 14:35:40 +07:00
go.sum build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 2023-12-04 14:35:40 +07:00

README.md

Dotfiles

Go Latest Version

Usage

# Build
go build ./cmd/dot

# Install dotfiles
./dot install

# Update dotfiles with user config
./dot update

# Diff dotfiles with user config
./dot diff

# Download internet themes, ...
./dot download

nvim-000