Go to file
sudo pacman -Syu 73ac768289
feat: prevent define os running at runtime (#2)
Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-14 11:20:24 +07:00
.github/workflows chore: update latest go in github action 2021-04-08 20:58:04 +07:00
config chore(config): split vim and neovim config, keep it the same for now 2021-04-14 03:22:41 +00:00
.gitignore chore(confg): add vimrc 2021-04-11 01:18:22 +07:00
CHANGELOG.md chore(changelog): generate v0.5.0 2021-03-17 04:31:23 +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
config.go feat: replace ioutil.ReadAll with os pkg 2021-03-17 04:29:51 +00:00
file.go refactor: use copier instead copy 2021-01-20 14:44:45 +07:00
go.mod build: update go.mod 2021-04-08 21:02:24 +07:00
go.sum build: update go.mod 2021-04-08 21:02:24 +07:00
main.go feat: prevent define os running at runtime (#2) 2021-04-14 11:20:24 +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