Skip to content

Commit

Permalink
Deployed 7f44957 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Aug 15, 2024
1 parent 8a2520c commit 2e1d4d4
Show file tree
Hide file tree
Showing 13 changed files with 439 additions and 364 deletions.
Binary file modified __pycache__/hooks.cpython-310.pyc
Binary file not shown.
7 changes: 4 additions & 3 deletions developer-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8365,7 +8365,7 @@
<h1 id="developer">Developer</h1>
<p>chezmoi is written in <a href="https://golang.org">Go</a> and development happens on
<a href="https://github.com">GitHub</a>. chezmoi is a standard Go project, using standard
Go tooling. chezmoi requires Go 1.21 or later.</p>
Go tooling. chezmoi requires Go 1.22 or later.</p>
<p>Checkout chezmoi:</p>
<div class="highlight"><pre><span></span><code><span class="gp">$ </span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/twpayne/chezmoi.git
<span class="gp">$ </span><span class="nb">cd</span><span class="w"> </span>chezmoi
Expand All @@ -8378,8 +8378,9 @@ <h1 id="developer">Developer</h1>
</code></pre></div>
<p>chezmoi's tests include integration tests with other software. If the other
software is not found in <code>$PATH</code> the tests will be skipped. Running the full set
of tests requires <code>age</code>, <code>base64</code>, <code>bash</code>, <code>gpg</code>, <code>perl</code>, <code>python3</code>, <code>rage</code>,
<code>ruby</code>, <code>sed</code>, <code>sha256sum</code>, <code>unzip</code>, <code>xz</code>, <code>zip</code>, and <code>zstd</code>.</p>
of tests requires <code>age</code>, <code>base64</code>, <code>bash</code>, <code>bzip2</code>, <code>git</code>, <code>gpg</code>, <code>gzip</code>,
<code>perl</code>, <code>python3</code>, <code>rage</code>, <code>ruby</code>, <code>sed</code>, <code>sha256sum</code>, <code>tr</code>, <code>true</code>, <code>unzip</code>,
<code>xz</code>, <code>zip</code>, and <code>zstd</code>.</p>
<p>Run chezmoi:</p>
<div class="highlight"><pre><span></span><code><span class="gp">$ </span>go<span class="w"> </span>run<span class="w"> </span>.
</code></pre></div>
Expand Down
1 change: 1 addition & 0 deletions get
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ check_goos_goarch() {
openbsd/arm) return 0 ;;
openbsd/arm64) return 0 ;;
openbsd/ppc64) return 0 ;;
openbsd/riscv64) return 0 ;;
windows/386) return 0 ;;
windows/amd64) return 0 ;;
windows/arm) return 0 ;;
Expand Down
1 change: 1 addition & 0 deletions getlb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ check_goos_goarch() {
openbsd/arm) return 0 ;;
openbsd/arm64) return 0 ;;
openbsd/ppc64) return 0 ;;
openbsd/riscv64) return 0 ;;
windows/386) return 0 ;;
windows/amd64) return 0 ;;
windows/arm) return 0 ;;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8397,7 +8397,7 @@

<h1 id="chezmoi">chezmoi</h1>
<p>Manage your dotfiles across multiple diverse machines, securely.</p>
<p>The latest version of chezmoi is 2.52.0 (<a href="https://github.com/twpayne/chezmoi/releases/tag/v2.52.0">release notes</a>, <a href="reference/release-history/">release history</a>).</p>
<p>The latest version of chezmoi is 2.52.1 (<a href="https://github.com/twpayne/chezmoi/releases/tag/v2.52.1">release notes</a>, <a href="reference/release-history/">release history</a>).</p>
<p>chezmoi helps you manage your personal configuration files (dotfiles, like
<code>~/.gitconfig</code>) across multiple machines.</p>
<p>chezmoi provides many features beyond symlinking or using a bare git repo
Expand Down
177 changes: 89 additions & 88 deletions install/index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions links/articles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8388,6 +8388,18 @@ <h1 id="articles">Articles</h1>
</thead>
<tbody>
<tr>
<td>2024-07-31</td>
<td>2.51.0</td>
<td>EN</td>
<td><a href="https://wqplease.com/p/managing-dotfiles-with-chezmoi">Managing dotfiles with chezmoi</a></td>
</tr>
<tr>
<td>2024-07-28</td>
<td>2.51.0</td>
<td>EN</td>
<td><a href="https://danielmschmidt.de/posts/dev-env-setup-with-chezmoi/">Development Environment Setup with Chezmoi</a></td>
</tr>
<tr>
<td>2024-06-26</td>
<td>2.49.1</td>
<td>EN</td>
Expand Down
20 changes: 20 additions & 0 deletions links/related-software/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8395,6 +8395,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#githubcomjohan-weitnerchezmoi-ui" class="md-nav__link">
<span class="md-ellipsis">
github.com/johan-weitner/chezmoi-ui
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -8607,6 +8616,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#githubcomjohan-weitnerchezmoi-ui" class="md-nav__link">
<span class="md-ellipsis">
github.com/johan-weitner/chezmoi-ui
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -8686,6 +8704,8 @@ <h3 id="atuinsh"><a href="https://atuin.sh/"><code>atuin.sh</code></a></h3>
<p>Sync, search and backup shell history .</p>
<h3 id="githubcomhussainwebansible-role-chezmoi"><a href="https://github.com/hussainweb/ansible-role-chezmoi"><code>github.com/hussainweb/ansible-role-chezmoi</code></a></h3>
<p>Installs chezmoi on Ubuntu and Debian servers.</p>
<h3 id="githubcomjohan-weitnerchezmoi-ui"><a href="https://github.com/johan-weitner/chezmoi-ui"><code>github.com/johan-weitner/chezmoi-ui</code></a></h3>
<p>A web UI for managing a list of apps to seed/feed a Chezmoi setup.</p>
<h3 id="githubcomjokeasdf-chezmoi"><a href="https://github.com/joke/asdf-chezmoi"><code>github.com/joke/asdf-chezmoi</code></a></h3>
<p>chezmoi plugin for asdf version manager.</p>
<h3 id="githubcomtcaxledrapeau"><a href="https://github.com/tcaxle/drapeau"><code>github.com/tcaxle/drapeau</code></a></h3>
Expand Down
6 changes: 6 additions & 0 deletions links/videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8388,6 +8388,12 @@ <h1 id="videos">Videos</h1>
</thead>
<tbody>
<tr>
<td>2024-06-22</td>
<td>2.47.1</td>
<td>EN</td>
<td><a href="https://www.youtube.com/watch?v=P4nI1VhoN2Y">Automating Development Environments with Ansible &amp; Chezmoi</a></td>
</tr>
<tr>
<td>2024-02-17</td>
<td>2.47.0</td>
<td>EN</td>
Expand Down
35 changes: 34 additions & 1 deletion reference/release-history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7861,6 +7861,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#2521-2024-08-15" class="md-nav__link">
<span class="md-ellipsis">
2.52.1 (2024-08-15)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#2520-2024-08-07" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -10261,6 +10270,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#2521-2024-08-15" class="md-nav__link">
<span class="md-ellipsis">
2.52.1 (2024-08-15)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#2520-2024-08-07" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -12134,7 +12152,22 @@


<h1 id="release-history">Release history</h1>
<p><a href="https://github.com/twpayne/chezmoi/compare/v2.52.0...master">Upcoming changes</a></p>
<p><a href="https://github.com/twpayne/chezmoi/compare/v2.52.1...master">Upcoming changes</a></p>
<h2 id="2521-2024-08-15"><a href="https://github.com/twpayne/chezmoi/releases/tag/v2.52.1">2.52.1</a> (2024-08-15)</h2>
<p>Features</p>
<ul>
<li><a href="https://github.com/twpayne/chezmoi/commit/ca0d13356da87e4dcb3dc508dc830cf347fbdaf1"><code>ca0d133</code></a> feat: Add github.com/johan-weitner/chezmoi-ui to related software</li>
</ul>
<p>Fixes</p>
<ul>
<li><a href="https://github.com/twpayne/chezmoi/commit/cba7e403e56d52074016aa07a5f162ea901ee645"><code>cba7e40</code></a> fix: Set User-Agent header to chezmoi.io/version on all HTTP requests</li>
</ul>
<p>Documentation updates</p>
<ul>
<li><a href="https://github.com/twpayne/chezmoi/commit/8e40c439736ff5dc597eb39e0cee244f40826839"><code>8e40c43</code></a> docs: Add link to video</li>
<li><a href="https://github.com/twpayne/chezmoi/commit/4843d5543731aad944f5b1fbacc6caf9bb3a9948"><code>4843d55</code></a> docs: Add links to two articles</li>
</ul>
<p>Full changelog: <a href="https://github.com/twpayne/chezmoi/compare/v2.52.0...v2.52.1">v2.52.0...v2.52.1</a></p>
<h2 id="2520-2024-08-07"><a href="https://github.com/twpayne/chezmoi/releases/tag/v2.52.0">2.52.0</a> (2024-08-07)</h2>
<p>Features</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2e1d4d4

Please sign in to comment.