Go to file
sudo pacman -Syu d655736596
feat: treat files, dirs in config as the same (#8)
* feat: use paths for bpth files and dirs

* refactor: rename file to path when config install/update

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-22 17:36:19 +07:00
.github/workflows chore: only run github action on main or pull request (#4) 2021-04-14 11:36:36 +07:00
data feat: treat files, dirs in config as the same (#8) 2021-04-22 17:36:19 +07:00
pkg feat: treat files, dirs in config as the same (#8) 2021-04-22 17:36:19 +07:00
.gitignore chore(confg): add vimrc 2021-04-11 01:18:22 +07:00
CHANGELOG.md chore(changelog): generate v0.6.0 2021-04-14 04:38:54 +00:00
LICENSE chore: add MIT LICENSE 2021-01-12 01:46:33 +07:00
README.md chore(readme): better install usage 2021-03-17 03:52:44 +00:00
go.mod feat: add --dry-run flag (#6) 2021-04-22 16:36:11 +07:00
go.sum feat: add --dry-run flag (#6) 2021-04-22 16:36:11 +07:00
main.go refactor: move completely cli outside golang (#7) 2021-04-22 17:07:19 +07:00

README.md

Dotfiles

Go

Install

go build

Usage

# Install (replace user config with saved config)
./dotfiles install

# Update (replace saved config with user config)
./dotfiles update