Skip to content

Commit c785c33

Browse files
authored
Merge pull request #67 from twpayne/doc-updates
Doc updates
2 parents 0776def + 9629996 commit c785c33

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ builds:
2626
- goos: darwin
2727
goarch: 386
2828

29-
## generate .tar.gz and .zip archives
29+
## generate .tar.gz archives
3030
archive:
3131
replacements:
3232
386: i386
33-
format_overrides:
34-
- goos: windows
35-
format: zip
3633

3734
checksum:
3835
name_template: 'checksums.txt'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![GoDoc](https://godoc.org/github.com/twpayne/chezmoi?status.svg)](https://godoc.org/github.com/twpayne/chezmoi)
55
[![Report Card](https://goreportcard.com/badge/github.com/twpayne/chezmoi)](https://goreportcard.com/report/github.com/twpayne/chezmoi)
66

7-
`chezmoi` is a tool for managing your dotfiles across multiple machines.
7+
`chezmoi` is a tool for managing your dotfiles securely across multiple
8+
machines.
89

910

1011
## Features
@@ -19,9 +20,8 @@ variables allow you to change behaviour depending on operating system,
1920
architecture, and hostname.
2021

2122
* Secure: `chezmoi` can retreive secrets from
22-
[LastPass](https://lastpass.com/), your Keychain (on macOS), [GNOME
23-
Keyring](https://wiki.gnome.org/Projects/GnomeKeyring) (on Linux), or Windows
24-
Credential Manager (on Windows) using the
23+
[LastPass](https://lastpass.com/), your Keychain (on macOS), or [GNOME
24+
Keyring](https://wiki.gnome.org/Projects/GnomeKeyring) (on Linux)) using the
2525
[`zalando/go-keyring`](https://github.com/zalando/go-keyring) library.
2626

2727
* Robust: `chezmoi` updates all files and symbolic links atomically (using
@@ -45,7 +45,7 @@ formats (e.g. JSON, YAML, TOML, etc.) are supported for the configuration file.
4545
## Installation
4646

4747
Binaries and packages for multiple platforms, including RedHat, Debian,
48-
Windows, FreeBSD, and OpenBSD, are available on the [releases
48+
FreeBSD, and OpenBSD, are available on the [releases
4949
page](https://github.com/twpayne/chezmoi/releases).
5050

5151
On macOS you can install `chezmoi` with Homebrew:

0 commit comments

Comments
 (0)