diff options
Diffstat (limited to 'config/index.org')
-rw-r--r-- | config/index.org | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/config/index.org b/config/index.org index d7f3b53..6057e11 100644 --- a/config/index.org +++ b/config/index.org @@ -7,30 +7,30 @@ #+OPTIONS: broken-links:t * What is this magic? They're configurations for extremely obscure programs I use. Yeah, I know, I'm somewhat of a hipster myself. -Also, this is kind of outdated, because I use my [[https://github.com/ret2pop/hyprnixmacs][NixOS Configuration]] instead. Well, I still use the vanilla +Also, this is kind of outdated, because I use my [[https://git.nullring.xyz/toughnix.git/about][NixOS Configuration]] instead. Well, I still use the vanilla (not doom) emacs configuration. ** Configurations Here is a list of my configurations for various programs: @@html: <div class="links-page">@@ #+begin_src shell :results output raw :exports both -for f in *; -do - if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then - continue - fi - printf -- "- [[file:$f][$f]]\n" -done + for f in *; + do + if [[ "$f" == "index.org" || "$f" == "README.org" || "$f" == "emacs.el" ]]; then + continue + fi + name="$(grep '^#+title:' "$f" | sed 's/^#+title:[[:space:]]*//')" + printf -- "- [[file:$f][$name]]\n" + done #+end_src #+RESULTS: -- [[file:doom.org][doom.org]] -- [[file:elfeed.org][elfeed.org]] -- [[file:emacs.el][emacs.el]] -- [[file:emacs.org][emacs.org]] -- [[file:fish.org][fish.org]] -- [[file:kmonad.org][kmonad.org]] -- [[file:nix.org][nix.org]] -- [[file:qtile.org][qtile.org]] -- [[file:qutebrowser.org][qutebrowser.org]] +- [[file:doom.org][Doom Literate Config]] +- [[file:elfeed.org][Interesting RSS Feeds]] +- [[file:emacs.org][Emacs Configuration]] +- [[file:fish.org][Fish RC File]] +- [[file:kmonad.org][KMonad Configuration]] +- [[file:nix.org][NixOS Configuration]] +- [[file:qtile.org][My Qtile Config (Mocha)]] +- [[file:qutebrowser.org][Qutebrowser Configuration]] @@html: </div>@@ |