<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dot-rc.git/README.md, branch main</title>
<subtitle>.rc (runcom) configurations 
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/'/>
<entry>
<title>Rotate gpg key</title>
<updated>2026-07-24T12:34:19+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-07-24T12:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=3a5e7617c0040eccdf3935c9ec5a31a95c970cef'/>
<id>3a5e7617c0040eccdf3935c9ec5a31a95c970cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -x tracing to avoid logging to stderr and log steps to stdout</title>
<updated>2026-01-17T17:36:40+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-17T17:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=f68f2e4925fbb1562d78c60bf72c94a56da8c7bb'/>
<id>f68f2e4925fbb1562d78c60bf72c94a56da8c7bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create simple install script for simpler setup</title>
<updated>2026-01-17T16:40:03+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-17T16:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=1e2ee959ea38ef82ac06c9423d85ebf29cab7251'/>
<id>1e2ee959ea38ef82ac06c9423d85ebf29cab7251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the configuration of hyprland and mako</title>
<updated>2025-12-22T21:37:46+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-12-22T21:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=57a759f001a74114cb5e2e8e5077cadcd4bad4b4'/>
<id>57a759f001a74114cb5e2e8e5077cadcd4bad4b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround gpg-agent.conf doesn't allow relative path to be called</title>
<updated>2025-12-12T17:13:57+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-12-12T17:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=58ae6ebbf455e64b430a6c62fa45d3c674829250'/>
<id>58ae6ebbf455e64b430a6c62fa45d3c674829250</id>
<content type='text'>
gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the
pinentry-program (https://dev.gnupg.org/T4588)
So the work around is to template that file and expand the path
correctly using the setup script (which is also copying the file
correctly)

This is favored over the use of /usr/local/bin because it doesn't need
privileged execution of the setup script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the
pinentry-program (https://dev.gnupg.org/T4588)
So the work around is to template that file and expand the path
correctly using the setup script (which is also copying the file
correctly)

This is favored over the use of /usr/local/bin because it doesn't need
privileged execution of the setup script
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dotfiles setup/hyprland mapping</title>
<updated>2025-12-12T16:51:14+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-12-12T16:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=a0045c2bf54524762733895d9e36354444f20a1a'/>
<id>a0045c2bf54524762733895d9e36354444f20a1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pinentry wrapper to allow GUI when requested but default to tty</title>
<updated>2025-11-24T16:24:04+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-24T14:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=6f7f89025b3983d3f7876d5c15b51e6ac2851e17'/>
<id>6f7f89025b3983d3f7876d5c15b51e6ac2851e17</id>
<content type='text'>
Fixes unix inconsistency while using ~ in pinentry-program, it works on
the mac but doesn't in linux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes unix inconsistency while using ~ in pinentry-program, it works on
the mac but doesn't in linux
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gpg setup and restart agent for safety</title>
<updated>2025-11-10T22:04:22+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-10T22:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=638549b55d23d296d314399a9a77e724e14bf754'/>
<id>638549b55d23d296d314399a9a77e724e14bf754</id>
<content type='text'>
On linux systems, the gpg conf directories are not created by default,
so restarting the conf and agent ensures that the socket directories are
created correctly according to the gpg config defined.
It also corrects the gnupg folder permissions (created by stow)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On linux systems, the gpg conf directories are not created by default,
so restarting the conf and agent ensures that the socket directories are
created correctly according to the gpg config defined.
It also corrects the gnupg folder permissions (created by stow)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up readmes</title>
<updated>2025-11-08T14:40:45+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-08T14:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=a1383359e02dd1fed6ebe466e78397abb42c35bc'/>
<id>a1383359e02dd1fed6ebe466e78397abb42c35bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix README structure</title>
<updated>2025-06-10T10:03:17+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-06-04T14:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/dot-rc.git/commit/?id=f8b3b49d34a55c2b321a4b12bbfedd612c6e5ede'/>
<id>f8b3b49d34a55c2b321a4b12bbfedd612c6e5ede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
