<?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>Fishshell on The Learning Loop</title>
    <link>https://blog.juzam.pro/tags/fishshell/</link>
    <description>Recent content in Fishshell on The Learning Loop</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 Aug 2025 19:22:36 -0400</lastBuildDate>
    <atom:link href="https://blog.juzam.pro/tags/fishshell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Managing my dotfiles</title>
      <link>https://blog.juzam.pro/posts/2025-08-22/dotfiles/</link>
      <pubDate>Fri, 22 Aug 2025 19:22:36 -0400</pubDate>
      <guid>https://blog.juzam.pro/posts/2025-08-22/dotfiles/</guid>
      <description>&lt;p&gt;This post describes the technique I use to organize my configuration files
(i.e., dotfiles).&lt;/p&gt;
&lt;h2 id=&#34;what-are-dotfiles&#34;&gt;What are dotfiles&lt;/h2&gt;
&lt;p&gt;Dotfiles are hidden configuration files of a Unix system that live usually in
your home folder and are prefixed by a dot. Things like your &lt;code&gt;.vimrc&lt;/code&gt;,
&lt;code&gt;.bashrc&lt;/code&gt;, or even folders like &lt;code&gt;.config&lt;/code&gt; and so on are examples of these
configuration files.&lt;/p&gt;
&lt;h2 id=&#34;storing-files-in-git&#34;&gt;Storing files in git&lt;/h2&gt;
&lt;p&gt;Since these are usually text files, using a source version control system makes
a lot of sense to store these files. I used to have a github
&lt;a href=&#34;https://github.com/fabiojmendes/shell-goodies&#34;&gt;repository&lt;/a&gt; that I would store
all these files and then symlink them whenever I was setting up a new system.
That process became tedious and error prone very quickly, so I decided to create
an install script to automate the whole process.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
