<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chezmoi on make me: APe</title><link>https://apealive.net/tags/chezmoi/</link><description>Recent content in Chezmoi on make me: APe</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 15 May 2024 10:00:00 +0000</lastBuildDate><atom:link href="https://apealive.net/tags/chezmoi/index.xml" rel="self" type="application/rss+xml"/><item><title>Managing Dotfiles with Chezmoi</title><link>https://apealive.net/post/chezmoi-dotfiles-tutorial/</link><pubDate>Wed, 15 May 2024 10:00:00 +0000</pubDate><guid>https://apealive.net/post/chezmoi-dotfiles-tutorial/</guid><description>&lt;p&gt;A declarative dotfiles manager like &lt;strong&gt;&lt;a href="https://www.chezmoi.io" target="_blank" rel="noopener noreferrer"&gt;chezmoi&lt;/a&gt;
&lt;/strong&gt; allows you to securely manage personal configurations across multiple workstations. Here is a practical quick-start setup and cheat sheet for daily operations.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="-initialization--prerequisites"&gt;🛠️ Initialization &amp;amp; Prerequisites&lt;a class="heading-anchor" href="#-initialization--prerequisites" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If Homebrew is not installed yet on your system, bootstrap it first:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd $HOME
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/Homebrew/brew homebrew
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip &lt;span style="color:#ae81ff"&gt;1&lt;/span&gt; -C homebrew
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;export PATH&lt;span style="color:#f92672"&gt;=&lt;/span&gt;$HOME/homebrew/bin:$PATH
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;[!NOTE]
Configure your &lt;code&gt;HOMEBREW_PREFIX&lt;/code&gt; if it differs from &lt;code&gt;~/homebrew&lt;/code&gt; or &lt;code&gt;/opt/homebrew&lt;/code&gt;. Best practice is to set &lt;code&gt;HOMEBREW_PREFIX=~/homebrew&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>