aboutsummaryrefslogtreecommitdiff
path: root/post/programs.typ
diff options
context:
space:
mode:
Diffstat (limited to 'post/programs.typ')
-rw-r--r--post/programs.typ36
1 files changed, 16 insertions, 20 deletions
diff --git a/post/programs.typ b/post/programs.typ
index fb675f7..68f15ea 100644
--- a/post/programs.typ
+++ b/post/programs.typ
@@ -16,7 +16,7 @@ fact with much consternation) or looking at maps.
== Software I Use
-=== OS Distribution
+=== OS Distribution - Server
#extlink("https://nixos.org/")[NixOS]. NixOS is an immutable OS where you are
only allowed to modify the system via declarative config files.
@@ -28,38 +28,34 @@ I did like Debian, and Fedora as well.
You can find my configs #extlink("https://gitlab.com/kdam0/dotfiles-nix")[here].
There is a dedicated #pagelink("post/nixos-p1")[post] about this.
-=== Desktop Environment
+=== OS Distribution - Desktop/Laptop
-I've settled on #extlink("https://github.com/djpohly/dwl")[DWL] after many
-years of hopping. Its clean, functional, and extremely light.
+Fedora.
-Prior to this, I've used Bsmpw + Sxhkd, i3, Gnome, KDE Plasma etc. I'm glad
-these exist and people get use out of it, but for now I do not miss it.
-#fig("programs/dwl.png", alt: "DWL")
+=== OS Distribution - Mobile
-=== Text Editor
+GrapheneOS.
-#extlink("https://neovim.io/")[(neo)vim]. Less of a text editor and more of a
-lifestyle. Check out my dotfiles for this. No, I'm not going to ever switch to
-emacs.
+=== Desktop Environment
-#fig("https://neovim.io/images/showcase/telescope_helptags.png", alt: "Neovim")
+Gnome. It's fine.
+
+=== Text Editor
+
+#extlink("https://helix-editor.com/")[Helix].
+Think of it like batteries included (neo)vim.
+No, I'm not going to ever switch to emacs.
=== Web Browser
#extlink("https://www.mozilla.org/en-US/firefox/features/")[Firefox] /
-#extlink("https://brave.com")[Brave] /
-#extlink("https://vivaldi.com")[Vivaldi]. I have tried Chromium, Qutebrowser in
-the past.
+#extlink("https://helium.computer/")[Helium] / the past.
=== File Manager
-#extlink("https://github.com/ranger/ranger")[ranger]. Yes, I've tried `nnn` and
-others. Yes I know its not the fastest, but something about Ranger makes me
-keep coming back to it.
-
-#fig("https://raw.githubusercontent.com/ranger/ranger-assets/master/screenshots/twopane.png", alt: "ranger")
+#extlink("https://yazi-rs.github.io/")[yazi]. Yes, I've tried `nnn` and
+others.
== Where can I find good software options?