<?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>Dotfiles on Arek's Blog</title><link>https://blog.kalandyk.xyz/tags/dotfiles/</link><description>Recent content in Dotfiles on Arek's Blog</description><generator>Hugo -- 0.147.8</generator><language>en-us</language><lastBuildDate>Tue, 27 Oct 2020 15:05:56 +0100</lastBuildDate><atom:link href="https://blog.kalandyk.xyz/tags/dotfiles/index.xml" rel="self" type="application/rss+xml"/><item><title>Dotfiles with Git</title><link>https://blog.kalandyk.xyz/posts/dotfiles-with-git/</link><pubDate>Tue, 27 Oct 2020 15:05:56 +0100</pubDate><guid>https://blog.kalandyk.xyz/posts/dotfiles-with-git/</guid><description>&lt;p>Having a backup version of config file is a nice thing to have when you screw something up. It allows you to experiment with adding new stuff to the file without ending a day with not working tool.&lt;/p>
&lt;p>You&amp;rsquo;ve probably seen people sharing their &lt;em>dotfiles&lt;/em> on Github accounts or r/unixporn at Reddit using git repos.
At least I&amp;rsquo;ve seen.&lt;/p>
&lt;p>So my first trial of backuping my config files was very trivial (but it did the job!). I just &lt;code>cp&lt;/code>ied i3wm config to created directory, initiated a new git repository and pushed that to the remote repo on Github. And you might think that&amp;rsquo;s not bad!&lt;/p></description></item></channel></rss>