Go to file
dependabot[bot] d8daaa01b5 build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 14:34:28 +07:00
.github chore: optimize github action 2023-03-31 17:33:56 +07:00
cmd/dot refactor: move main to cmd 2021-05-05 16:31:00 +07:00
data chore: revert old keymap vim 2023-06-12 14:30:44 +07:00
internal fix: missing errgroup wait when download 2023-03-11 18:08:46 +07:00
scripts chore: ignore java class 2023-06-02 23:43:22 +07:00
.gitignore chore: add Makefile 2022-07-04 12:37:10 +07:00
.golangci.yml chore: update lint 2023-02-25 23:30:20 +07:00
CHANGELOG.md chore(changelog): generate v0.13.2 2023-06-10 10:58:14 +07:00
LICENSE chore: update README 2022-05-27 13:44:27 +07:00
Makefile config: disable omz update 2023-03-16 15:43:03 +07:00
README.md chore: add img 2023-06-10 11:59:49 +07:00
go.mod build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 2023-06-15 14:34:28 +07:00
go.sum build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 2023-06-15 14:34:28 +07:00

README.md

Dotfiles

Go

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