mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
feat(config): alias
This commit is contained in:
parent
77fea9ad09
commit
cc537997b2
3 changed files with 3 additions and 2 deletions
1
public/config/index.html
Normal file
1
public/config/index.html
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<!DOCTYPE html><html><head><title>https://sqrtminusone.xyz/configs/readme/</title><link rel="canonical" href="https://sqrtminusone.xyz/configs/readme/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://sqrtminusone.xyz/configs/readme/" /></head></html>
|
||||||
|
|
@ -69,7 +69,7 @@ My problem with any particular mail setup was that I use Gmail labels quite exte
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://sqrtminusone.xyz/configs/readme/</guid>
|
<guid>https://sqrtminusone.xyz/configs/readme/</guid>
|
||||||
<description>A set of my GNU/Linux configuration files.
|
<description>A set of my GNU/Linux configuration files. View at GitHub.
|
||||||
The majority of the software is configured with literate configuration strategy via Emacs' Org Mode. This way has its advantages and disadvantages, but overall it&rsquo;s pretty nice to keep the configs interweaved with comments in a handful of files.
|
The majority of the software is configured with literate configuration strategy via Emacs' Org Mode. This way has its advantages and disadvantages, but overall it&rsquo;s pretty nice to keep the configs interweaved with comments in a handful of files.
|
||||||
The files themselves are managed and deployed via yadm, but I mostly use Org Mode rich noweb whenever I can instead of what yadm offers.</description>
|
The files themselves are managed and deployed via yadm, but I mostly use Org Mode rich noweb whenever I can instead of what yadm offers.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
<figure><img src="https://forthebadge.com/images/badges/works-on-my-machine.svg"/>
|
<figure><img src="https://forthebadge.com/images/badges/works-on-my-machine.svg"/>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<p>A set of my GNU/Linux configuration files.</p>
|
<p>A set of my GNU/Linux configuration files. <a href="https://github.com/SqrtMinusOne/dotfiles">View at GitHub</a>.</p>
|
||||||
<p>The majority of the software is configured with <a href="https://leanpub.com/lit-config/read">literate configuration</a> strategy via Emacs' Org Mode. This way has its advantages and disadvantages, but overall it’s pretty nice to keep the configs interweaved with comments in a handful of files.</p>
|
<p>The majority of the software is configured with <a href="https://leanpub.com/lit-config/read">literate configuration</a> strategy via Emacs' Org Mode. This way has its advantages and disadvantages, but overall it’s pretty nice to keep the configs interweaved with comments in a handful of files.</p>
|
||||||
<p>The files themselves are managed and deployed via <a href="https://yadm.io/">yadm</a>, but I mostly use Org Mode rich noweb whenever I can instead of what yadm offers.</p>
|
<p>The files themselves are managed and deployed via <a href="https://yadm.io/">yadm</a>, but I mostly use Org Mode rich noweb whenever I can instead of what yadm offers.</p>
|
||||||
<p>My current GNU/Linux distribution is <a href="https://guix.gnu.org/">GNU Guix</a>. In the context of this repo, Guix allows me to list all the used programs in manifests, which means I have the same set of programs across multiple machines. Looks for Org tables with “Guix dependency” in the header.</p>
|
<p>My current GNU/Linux distribution is <a href="https://guix.gnu.org/">GNU Guix</a>. In the context of this repo, Guix allows me to list all the used programs in manifests, which means I have the same set of programs across multiple machines. Looks for Org tables with “Guix dependency” in the header.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue