Go to file
sudo pacman -Syu 2a2b510058 Revert "chore(zsh): add - to wordchars"
This reverts commit 6ad3c058c5.
2023-11-11 22:32:34 +07:00
.github
cmd/dot
data Revert "chore(zsh): add - to wordchars" 2023-11-11 22:32:34 +07:00
internal
scripts chore(scripts): bring back brew 2023-11-09 15:30:52 +07:00
.gitignore
.golangci.yml
CHANGELOG.md chore(changelog): generate v0.13.12 2023-11-11 21:41:51 +07:00
LICENSE
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 golang.org/x/sync from 0.4.0 to 0.5.0 2023-11-06 15:29:12 +07:00
go.sum build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 2023-11-06 15:29:12 +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