site-content

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.ryanmj.xyz/site-content.git
Log | Files | Refs

commit 26d4c36ecc530ffce8f345b5099d38660997e1f3
parent c73c290a268d8e932d34249ca6eb4f6cfdbca90d
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri, 11 Feb 2022 23:59:25 -0800

Software page

Diffstat:
M.gitignore | 3+--
Mindex.json | 7+++----
Msoftware.handlebars | 47+++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -207,4 +207,4 @@ dist # End of https://www.toptal.com/developers/gitignore/api/node # Typescript output directory. -bin/- \ No newline at end of file +bin/ diff --git a/index.json b/index.json @@ -5,18 +5,17 @@ { "type" : "cat", "where" : "content/figlet", - "trim" : false + "trim" : true }, { "type" : "ls", "where" : "~", - "what" : ["software.handlebars", "posts"], - "display-path" : "~" + "what" : ["software.handlebars", "posts"] }, { "type" : "cat", "where" : "content/front", - "trim" : false + "trim" : true } ] } diff --git a/software.handlebars b/software.handlebars @@ -0,0 +1,47 @@ +<h3>Basic configuration</h3> + +<p>For the last three or four years my daily driver operating system has been + Arch Linux running Xfce4 with GNU Emacs. </p> + +<table> + <tr> + <th>What</th> + <th>Thing</th> + </tr> + <tr> + <td>Operating System</td> + <td>Arch Linux</td> + </tr> + <tr> + <td>Browser</td> + <td> + <a href="https://brave.com/">Red cat $hill browser</a> + </td> + </tr> + <tr> + <td>Desktop</td> + <td>Xfce4</td> + </tr> + <tr> + <td>Text Editor</td> + <td>GNU Emacs</td> + </tr> + <tr> + <td>File Browser</td> + <td>Emacs dired (and sometimes Nemo)</td> + </tr> + <tr> + <td>Music setup</td> + <td>mpd with ncmpcpp</td> + </tr> + <tr> + <td>Terminal Emulator</td> + <td>Kitty (sometimes emacs-vterm)</td> + </tr> + <tr> + <td>Mail client</td> + <td>Mu4e</td> + </tr> +</table> + +