Skip to content

Commit

Permalink
Merge pull request #71 from angrox/feature/add_chezmoi_dotfile_manage…
Browse files Browse the repository at this point in the history
…ment

feat: Added dotfile management tool chezmoi
  • Loading branch information
leucos committed Jan 27, 2021
2 parents ca3b067 + 90e802a commit 9225e55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Currently supported distributions are:
- [binenv](https://github.com/devops-works/binenv)
- [bomberman](https://github.com/c1982/bomberman)
- [buildx](https://github.com/docker/buildx)
- [chezmoi](https://github.com/twpayne/chezmoi)
- [cli53](https://github.com/barnybug/cli53)
- [consul](https://www.consul.io/)
- [devspace](https://github.com/devspace-cloud/devspace)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@ sources:
install:
type: direct

chezmoi:
description: Dotfile management tool
list:
type: github-releases
url: https://api.github.com/repos/twpayne/chezmoi/releases
fetch:
url: https://github.com/twpayne/chezmoi/releases/download/v{{ .Version }}/chezmoi_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- chezmoi

consul:
description: >
Consul is a distributed, highly available, and data center aware solution
Expand Down

0 comments on commit 9225e55

Please sign in to comment.