Skip to content

Commit

Permalink
feat: Added dotfile management tool chezmoi
Browse files Browse the repository at this point in the history
  • Loading branch information
angrox committed Jan 26, 2021
1 parent e4a94b2 commit adfb283
Show file tree
Hide file tree
Showing 3 changed files with 45 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
32 changes: 32 additions & 0 deletions distributions/cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,38 @@
"0.2.1",
"0.2.0"
],
"chezmoi": [
"1.8.10",
"1.8.9",
"1.8.8",
"1.8.7",
"1.8.6",
"1.8.5",
"1.8.4",
"1.8.3",
"1.8.2",
"1.8.1",
"1.8.0",
"1.7.19",
"1.7.18",
"1.7.17",
"1.7.16",
"1.7.15",
"1.7.14",
"1.7.13",
"1.7.12",
"1.7.11",
"1.7.10",
"1.7.9",
"1.7.8",
"1.7.7",
"1.7.6",
"1.7.5",
"1.7.4",
"1.7.3",
"1.7.2",
"1.7.1"
],
"cli53": [
"0.8.18",
"0.8.17",
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 adfb283

Please sign in to comment.