<?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>Git on The Final Artefact</title><link>https://www.thefinalartefact.xyz/tags/git/</link><description>Recent content in Git on The Final Artefact</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Fri, 14 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.thefinalartefact.xyz/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Version Control your Dotfiles</title><link>https://www.thefinalartefact.xyz/post/git-dotfiles/</link><pubDate>Fri, 14 Mar 2025 00:00:00 +0000</pubDate><guid>https://www.thefinalartefact.xyz/post/git-dotfiles/</guid><description>&lt;p&gt;&lt;a href="https://www.thefinalartefact.xyz/post/git-dotfiles/images/imageGitStatus.png" target="_blank" rel="noopener noreferrer"&gt;
&lt;img alt="Using git to version control dotfiles" loading="lazy" src="https://www.thefinalartefact.xyz/post/git-dotfiles/images/imageGitStatus.png"&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="what-are-dotfiles"&gt;What are .dotfiles?&lt;/h2&gt;
&lt;p&gt;Dotfiles are hidden configuration files on Unix-like systems.&lt;br&gt;
Their filenames start with a dot (&lt;code&gt;.&lt;/code&gt;), making them hidden by default.&lt;br&gt;
They store preferences and settings for programs like shells, text editors, and version control systems.&lt;/p&gt;
&lt;p&gt;Many modern Linux applications follow the XDG Base Directory Specification.&lt;br&gt;
This guideline recommends placing user-specific configuration files in &lt;code&gt;~/.config&lt;/code&gt; (or &lt;code&gt;$XDG_CONFIG_HOME&lt;/code&gt;).&lt;br&gt;
Using this standard reduces clutter in home directories and simplifies managing configurations across systems.&lt;/p&gt;</description></item></channel></rss>