Skip to content

Commit

Permalink
Add Scoop support (#429)
Browse files Browse the repository at this point in the history
Add Scoop support
  • Loading branch information
twpayne authored Sep 17, 2019
2 parents c4190f5 + 034ba74 commit 9fa8675
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,17 @@ brews:
fish_completion.install "completions/chezmoi.fish"
description: "Manage your dotfiles across multiple machines, securely."

scoop:
bucket:
owner: twpayne
name: scoop-bucket
commit_author:
name: Tom Payne
email: [email protected]
homepage: "https://github.com/twpayne/chezmoi"
description: "Manage your dotfiles across multiple machines, securely."
license: MIT

snapcrafts:
- builds:
- chezmoi-cgo-snap
Expand Down
13 changes: 7 additions & 6 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ with a single command.

Install chezmoi with a single command.

| OS | Distribution | Method | Command |
| ----- | ------------ | ----------| ----------------------------------- |
| Linux | - | snap | `snap install chezmoi --classic` |
| Linux | Arch | pacman | `pacman -S chezmoi` |
| Linux | - | Linuxbrew | `brew install twpayne/taps/chezmoi` |
| macOS | - | Homebrew | `brew install twpayne/taps/chezmoi` |
| OS | Distribution | Method | Command |
| ----- | ------------- | ----------| ------------------------------------------------------------------------------------------- |
| Linux | - | snap | `snap install chezmoi --classic` |
| Linux | Arch | pacman | `pacman -S chezmoi` |
| Linux | - | Linuxbrew | `brew install twpayne/taps/chezmoi` |
| macOS | - | Homebrew | `brew install twpayne/taps/chezmoi` |
| Windows | - | Scoop | `scoop bucket add twpayne https://github.com/twpayne/scoop-bucket && scoop install chezmoi` |

## Pre-built Linux packages

Expand Down

0 comments on commit 9fa8675

Please sign in to comment.