Skip to content

Commit f642fb4

Browse files
authored
Merge pull request #685 from twpayne/media
Add media page
2 parents c02d8e3 + 35cc601 commit f642fb4

File tree

6 files changed

+50
-17
lines changed

6 files changed

+50
-17
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,19 @@ Then you've probably run into at least one of the following problems:
135135
system, chezmoi already has a tried-and-tested solution ready to use.
136136

137137
* If your system is written in a scripting language like Python, Perl, or Ruby,
138-
then you also need ensure that that language's runtime is installed. chezmoi
139-
is distributed as a single stand-alone statically-linked binary with no
140-
dependencies that you can simply copy onto your machine and run. chezmoi
141-
provides one-line installs, pre-built binaries, packages for Linux and BSD
142-
distributions, Homebrew formulae, Scoop support on Windows, and a initial
143-
config file generation mechanism to make installing your dotfiles on a new
144-
machine as painless as possible.
138+
then you also need to install that language's runtime before you can use your
139+
system. chezmoi is distributed as a single stand-alone statically-linked
140+
binary with no dependencies that you can simply copy onto your machine and
141+
run. chezmoi provides one-line installs, pre-built binaries, packages for
142+
Linux and BSD distributions, Homebrew formulae, Scoop support on Windows, and
143+
a initial config file generation mechanism to make installing your dotfiles on
144+
a new machine as painless as possible.
145145

146146
## What does a chezmoi dotfile repo look like?
147147

148148
Have a look at [repos tagged with `chezmoi` on
149-
GitHub](https://github.com/topics/chezmoi?o=desc&s=updated).
149+
GitHub](https://github.com/topics/chezmoi?o=desc&s=updated). You can also read
150+
what [has been written about chezmoi](docs/MEDIA.md).
150151

151152
## How do I start with chezmoi?
152153

chezmoi.io/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ content-docs: \
99
content/docs/faq.md \
1010
content/docs/how-to.md \
1111
content/docs/install.md \
12+
content/docs/media.md \
1213
content/docs/quick-start.md \
1314
content/docs/reference.md
1415

@@ -27,6 +28,9 @@ content/docs/how-to.md: ../docs/HOWTO.md ../internal/generate-chezmoi.io-content
2728
content/docs/install.md: ../docs/INSTALL.md ../internal/generate-chezmoi.io-content-docs/main.go Makefile
2829
go run ../internal/generate-chezmoi.io-content-docs -shorttitle="Install" -longtitle="Install Guide" < $< > $@ || ( rm -f $@ ; false )
2930

31+
content/docs/media.md: ../docs/MEDIA.md ../internal/generate-chezmoi.io-content-docs/main.go Makefile
32+
go run ../internal/generate-chezmoi.io-content-docs -shorttitle="Media" -longtitle="Media" < $< > $@ || ( rm -f $@ ; false )
33+
3034
content/docs/quick-start.md: ../docs/QUICKSTART.md ../internal/generate-chezmoi.io-content-docs/main.go Makefile
3135
go run ../internal/generate-chezmoi.io-content-docs -shorttitle="Quick Start" -longtitle="Quick Start Guide" < $< > $@ || ( rm -f $@ ; false )
3236

chezmoi.io/content/_index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,19 @@ Then you've probably run into at least one of the following problems:
118118
system, chezmoi already has a tried-and-tested solution ready to use.
119119

120120
* If your system is written in a scripting language like Python, Perl, or Ruby,
121-
then you also need ensure that that language's runtime is installed. chezmoi
122-
is distributed as a single stand-alone statically-linked binary with no
123-
dependencies that you can simply copy onto your machine and run. chezmoi
124-
provides one-line installs, pre-built binaries, packages for Linux and BSD
125-
distributions, Homebrew formulae, Scoop support on Windows, and a initial
126-
config file generation mechanism to make installing your dotfiles on a new
127-
machine as painless as possible.
121+
then you also need to install that language's runtime before you can use your
122+
system. chezmoi is distributed as a single stand-alone statically-linked
123+
binary with no dependencies that you can simply copy onto your machine and
124+
run. chezmoi provides one-line installs, pre-built binaries, packages for
125+
Linux and BSD distributions, Homebrew formulae, Scoop support on Windows, and
126+
a initial config file generation mechanism to make installing your dotfiles on
127+
a new machine as painless as possible.
128128

129129
## What does a chezmoi dotfile repo look like?
130130

131131
Have a look at [repos tagged with `chezmoi` on
132-
GitHub](https://github.com/topics/chezmoi?o=desc&s=updated).
132+
GitHub](https://github.com/topics/chezmoi?o=desc&s=updated). You can also read
133+
what [has been written about chezmoi](/docs/media/).
133134

134135
## How do I start with chezmoi?
135136

cmd/docs.gen.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/MEDIA.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# chezmoi in the media
2+
3+
| Language | Date | Version | Format | Link |
4+
| -------- | ---------- | ------- | ------------ | ------------------------------------------------------------------------------------------------------------------------- |
5+
| FR | 2020-04-16 | 1.17.19 | Text | [Chezmoi, visite guidée](https://blog.wescale.fr/2020/04/16/chezmoi-visite-guidee/) |
6+
| EN | 2020-04-03 | 1.7.17 | Text | [Fedora Magazine: Take back your dotfiles with Chezmoi](https://fedoramagazine.org/take-back-your-dotfiles-with-chezmoi/) |
7+
| EN | 2019-11-20 | 1.7.2 | Audio/video | [FLOSS weekly episode 556: chezmoi](https://twit.tv/shows/floss-weekly/episodes/556) |
8+
| EN | 2019-01-10 | 0.0.11 | Text | [Linux Fu: The kitchen sync](https://hackaday.com/2019/01/10/linux-fu-the-kitchen-sync/) |
9+
10+
To add your article to this page please either [open an
11+
issue](https://github.com/twpayne/chezmoi/issues/new/choose) or submit a pull
12+
request that modifies this file
13+
([`docs/MEDIA.md`](https://github.com/twpayne/chezmoi/blob/master/docs/MEDIA.md)).

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:generate go run ./internal/generate-assets -o cmd/docs.gen.go -tags=!noembeddocs docs/CHANGES.md docs/CONTRIBUTING.md docs/FAQ.md docs/HOWTO.md docs/INSTALL.md docs/QUICKSTART.md docs/REFERENCE.md
1+
//go:generate go run ./internal/generate-assets -o cmd/docs.gen.go -tags=!noembeddocs docs/CHANGES.md docs/CONTRIBUTING.md docs/FAQ.md docs/HOWTO.md docs/INSTALL.md docs/MEDIA.md docs/QUICKSTART.md docs/REFERENCE.md
22
//go:generate go run ./internal/generate-assets -o cmd/templates.gen.go assets/templates/COMMIT_MESSAGE.tmpl
33
//go:generate go run ./internal/generate-helps -o cmd/helps.gen.go -i docs/REFERENCE.md
44

0 commit comments

Comments
 (0)