<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sunfox &#187; linux</title>
	<atom:link href="http://sunfox.org/blog/tags/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunfox.org</link>
	<description>Le blogue de Sunny Ripert</description>
	<lastBuildDate>Thu, 05 May 2011 13:09:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dotfiles suck.</title>
		<link>http://sunfox.org/blog/2009/03/20/dotfiles-suck/</link>
		<comments>http://sunfox.org/blog/2009/03/20/dotfiles-suck/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 21:03:36 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://sunfox.org/?p=1370</guid>
		<description><![CDATA[~/.suckrc Dotfiles are where the user configuration is usually hidden on Unix systems. They are responsible for the gigantic difference between ls and ls -a in your home directory. Why dotfiles suck: They fill up your home directory Managing invisible files is awkward Are they ini-type files ? xml ? sh ? One can&#8217;t tell, [...]]]></description>
			<content:encoded><![CDATA[<div lang="en">
<p style="float:right;margin:0 0 .5em 1em"><code style="font:4em Helvetica, sans-serif;-moz-border-radius:.2em;-webkit-border-radius:.2em;border-radius:.2em;background:#A9AC99;color:#fff;padding:0 .1em">~/.suckrc</code></p>
<p>Dotfiles are where the user configuration is usually hidden on Unix systems. They are responsible for the gigantic difference between <code>ls</code> and <code>ls -a</code> in your home directory.</p>
<p>Why dotfiles suck:</p>
<ul>
<li>They fill up your home directory</li>
<li>Managing invisible files is awkward</li>
<li>Are they ini-type files ? xml ? sh ? One can&#8217;t tell, they don&#8217;t have any extension.</li>
<li>You can&#8217;t easily use any kind of versionning system</li>
<li>Configuration files for programs have nothing to do with the window manager used, yet a lot of programs&#8217; configuration is hidden in <code>.kde</code> or <code>.gnome2</code></li>
<li><strong>They fill up your home directory</strong></li>
</ul>
<p>The solution: programs should place their configuration in <code>~/.config/</code>. As simple as that. Only a few applications do that. It ought to change.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2009/03/20/dotfiles-suck/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Git&#8217;s raison d&#8217;être?</title>
		<link>http://sunfox.org/blog/2008/02/17/gits-raison-detre/</link>
		<comments>http://sunfox.org/blog/2008/02/17/gits-raison-detre/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 21:53:34 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[cvs]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://sunfox.org/blog/2008/02/17/gits-raison-detre/</guid>
		<description><![CDATA[Whilst Git was created by Linus for managing the Linux project, I get the feeling that Git’s raison d’être was to manage TextMate bundles. Weird since Linus probably doesn’t use TextMate. &#171;&#160;Using Git within a project&#160;&#187; Github is fun :)]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" lang="en"><p>Whilst Git was created by Linus for managing the Linux project, I get the feeling that Git’s raison d’être was to manage TextMate bundles. Weird since Linus probably doesn’t use TextMate. <cite><a title="Dr Nic Williams on forking git" href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" hreflang="en">&laquo;&nbsp;Using Git within a project&nbsp;&raquo;</a></cite></p></blockquote>
<p lang="en"><a hreflang="en" title="Git repository hosting" href="http://github.com/">Github</a> is fun :)</p>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2008/02/17/gits-raison-detre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/usr/bin/dent</title>
		<link>http://sunfox.org/blog/2007/11/15/indent/</link>
		<comments>http://sunfox.org/blog/2007/11/15/indent/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 13:48:58 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://sunfox.org/blog/2007/11/15/indent/</guid>
		<description><![CDATA[#!/bin/bash cat &#034;$@&#034; &#124; sed &#039;s/^/\t/&#039;]]></description>
			<content:encoded><![CDATA[<pre class="bash" style="width:35ex"><code><span class="comment">#!/bin/bash</span>
cat &#034;$@&#034; | sed &#039;s/^/\t/&#039;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2007/11/15/indent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ook Ubuntu Ook Ook</title>
		<link>http://sunfox.org/blog/2007/10/29/ook-ubuntu-ook-ook/</link>
		<comments>http://sunfox.org/blog/2007/10/29/ook-ubuntu-ook-ook/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 09:53:52 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[fond d'écran]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[libre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[vectoriel]]></category>

		<guid isPermaLink="false">http://sunfox.org/blog/2007/10/29/ook-ubuntu-ook-ook/</guid>
		<description><![CDATA[Trop mignon le fond d&#8217;écran Gutsy Gibbon d&#8217;adylk. Il est temps d&#8217;habiller votre nouvelle version d&#8217;Ubuntu&#160;!]]></description>
			<content:encoded><![CDATA[<p class="polaroid"><img src="http://sunfox.org/images/gutsy.png" alt="Gutsy Gibbon" /></p>
<p>Trop mignon le <a href="http://blog.adylk.net/2007/10/26/fond-decran-gutsy-gibbon/" title="Fond d'écran Ubuntu">fond d&#8217;écran Gutsy Gibbon</a> d&#8217;adylk.</p>
<p>Il est temps d&#8217;habiller votre <a href="http://doc.ubuntu-fr.org/gutsy" title="Infos sur la dernière version, sur le site française d'ubuntu">nouvelle version d&#8217;Ubuntu</a>&nbsp;!</p>
<p style="clear:both">
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2007/10/29/ook-ubuntu-ook-ook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Weather wallpaper</title>
		<link>http://sunfox.org/blog/2007/08/30/weather-wallpaper/</link>
		<comments>http://sunfox.org/blog/2007/08/30/weather-wallpaper/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 21:39:22 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[gouttes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunfox.org/blog/2007/08/30/weather-wallpaper/</guid>
		<description><![CDATA[Weather wallpaper est une magnifique, mignonne, petite, libre, pythonesque, gnomesque et tangoesque application qui affiche un joli fond d&#8217;écran avec le temps qu&#8217;il fait. C&#8217;est tout.]]></description>
			<content:encoded><![CDATA[<p><a href="http://mundogeek.net/weather-wallpaper/" hreflang="en" lang="en" title="Download Weather wallpaper program for linux">Weather wallpaper</a> est une magnifique, mignonne, petite, libre, pythonesque, gnomesque et tangoesque application qui affiche un joli fond d&#8217;écran avec le temps qu&#8217;il fait. C&#8217;est tout.</p>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2007/08/30/weather-wallpaper/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

