aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/site.css9
-rw-r--r--img/neofetch.jpgbin0 -> 76118 bytes
-rw-r--r--using.html72
3 files changed, 79 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css
index 8d3bca6..433b5b9 100644
--- a/css/site.css
+++ b/css/site.css
@@ -187,6 +187,15 @@ div.body-contents h3 {
color: #9d0006;
}
+div.body-contents h4 {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ padding: 0em 0em 0.25rem 0em;
+ margin: 0pt;
+ margin-top: 1em;
+}
+
div.body-contents b {
font-weight: bold;
color: #9d0006;
diff --git a/img/neofetch.jpg b/img/neofetch.jpg
new file mode 100644
index 0000000..6cc00c7
--- /dev/null
+++ b/img/neofetch.jpg
Binary files differ
diff --git a/using.html b/using.html
index 444ee04..a69a541 100644
--- a/using.html
+++ b/using.html
@@ -12,10 +12,10 @@
* ========================
*
* jozanofastora.xyz: using.html
- * Mon Apr 18 20:11:16 CEST 2022
+ * Mon Apr 18 21:03:14 CEST 2022
* Joe
*
- * The home page
+ * Some of the things I use for computing
-->
<html>
@@ -43,7 +43,75 @@
</div>
<div class="body-contents">
<h1>My computing experience</h1>
+ <p>
+ These are the things I use in my day-to-day computing
+ experience both at home and work. As I enjoy working
+ from my computer and tweaking it, I recommend them all.
+ </p>
+ <p>
+ My configuration files for some of these softwares can
+ be found on my
+ <a href="https://gitjoe.xyz/jozan/dotfiles-bsd/files.html">
+ dotfiles
+ </a>
+ repo on GitJoe.
+ </p>
<h2>Software</h2>
+ <p>
+ <img src="img/neofetch.jpg" alt="neofetch.jpg" width="600">
+ <ul>
+ <li>
+ <h4>Text editing</h4>
+ Custom configured <b>GNU Emacs</b> to be used
+ with vim key bindings. It is not the most
+ lightweight editor out there but I love my
+ config for all kind of coding or text editing.
+ I use the GUI version.
+ </li>
+ <li>
+ <h4>OS</h4>
+ <b>FreeBSD 13.0-RELEASE</b> is my OS of choice.
+ </li>
+ <li>
+ <h4>Window manager</h4>
+ <b>dwm</b> is my favorite tiling window manager
+ and the only one I use for it very light and highly
+ extensible.
+ </li>
+ <li>
+ <h4>Terminal emulator</h4>
+ <b>st</b> is my favorite terminal emulator.
+ Just like <b>dwm</b>, it's very light and highly
+ extensible.
+ </li>
+ <li>
+ <h4>shell</h4>
+ I use <b>zsh</b> as my only interactive shell.
+ </li>
+ <li>
+ <h4>Software</h4>
+ Here is a small list of programs I use frequently.
+ Most are terminal-based.
+ <ul>
+ <li>
+ Web browser: <b>Mozilla Firefox</b> for
+ most web browsing. I also use <b>w3m</b>
+ and <b>lynx</b> quite a lot.
+ </li>
+ <li>File manager: <b>lf</b></li>
+ <li>Image viewer: <b>nsxiv</b></li>
+ <li>Video player: <b>mpv</b></li>
+ <li>music player: <b>mpd</b> + <b>ncmpc</b></li>
+ <li>pdf viewer: <b>zathura</b></li>
+ <li>rss client: <b>newsboat</b></li>
+ <li>email client: <b>neomutt</b> running with <b>isync</b> and <b>msmtp</b></li>
+ <li>address book: <b>abook</b></li>
+ <li>calendar: <b>calcurse</b>
+ <li>IRC client: <b>irssi</b>
+ </ul>
+ </li>
+ </ul>
+ </p>
<h2>Hardware</h2>
</div>
<footer>