<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tooling on Moises Vega</title><link>https://mvega.dev/tags/tooling/</link><description>Recent content in Tooling on Moises Vega</description><generator>Hugo</generator><language>en-us</language><copyright>Moises Vega</copyright><lastBuildDate>Thu, 13 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mvega.dev/tags/tooling/index.xml" rel="self" type="application/rss+xml"/><item><title>Managing Dotfiles with GNU Stow</title><link>https://mvega.dev/posts/dotfiles-with-stow/</link><pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate><guid>https://mvega.dev/posts/dotfiles-with-stow/</guid><description>&lt;p&gt;Dotfile setups tend to start as a repo full of files plus a shell script
that copies them into &lt;code&gt;$HOME&lt;/code&gt;. The copies drift from the repo, the
script grows special cases, and eventually nobody is sure which version
is real.&lt;/p&gt;
&lt;p&gt;GNU Stow removes the copy step. One directory per tool, and &lt;code&gt;stow &amp;lt;tool&amp;gt;&lt;/code&gt;
symlinks its contents into the parent directory. Editing the repo edits
the live config, because they are the same file.&lt;/p&gt;</description></item></channel></rss>