Jul 1, 2026
7 min read
How I ZSH
(#6 of 6)
Continuing my journey to build a clean and efficient Zsh environment, I shifted from organising to improving. This article is about how I applied progamming principles and native Zsh features for a simpler, more maintainable configuration by changing the way I think about writing shell scripts.
May 24, 2026
7 min read
How I ZSH
(#5 of 6)
This article describes how I navigate and edit in the Zsh command line using my custom Vi-mode configuration. This setup transforms the Zsh prompt into a mini-Vim editor, complete with mode-specific cursors and custom productivity macros.
Apr 10, 2026
7 min read
Proxmox
(#2 of 2)
I cover the groundwork behind my ZFS storage strategy on Proxmox VE, including the hardware I am working with, how I balance performance, reliability, and capacity. The core ZFS concepts that influence my design and outline how different storage tiers serve different workloads in my homelab. This is less about “how to install ZFS” and more about planning thestorage architecture that fits my Proxmox workloads.
Apr 3, 2026
6 min read
Proxmox
(#1 of 2)
Or When SAS Drives Bite Back Or Debugging Slow Burn-In Tests in a Proxmox/ZFS Homelab. The issue I hit during a burn-in process for cheap ex-datacenter SAS HDDs, what I assumed was happening, what was actually happening, and how I confirmed and fixed it
Apr 1, 2026
5 min read
How I ZSH
(#4 of 6)
As I continued refining my Zsh environment, I realised that performance wasn’t my biggest challenge, organisation was. This article follows my journey to a modular, XDG-compliant configuration, where separating responsibilities and building a clear architecture laid the foundation for a faster, more maintainable shell.
Mar 29, 2026
4 min read
How I ZSH
(#3 of 6)
As I continue refining my Zsh environment, I discovered that understanding the startup lifecycle is far more valuable than blindly tweaking configuration files. This article explores how Zsh loads its configuration, the purpose of each startup file, and the design principles that now guide every change I make to my shell.
Mar 26, 2026
3 min read
How I ZSH
(#2 of 6)
The ZDOTDIR environment variable in Zsh defines the configuration location, used as a bootstrap to redirect the rest of the shell startup process and align it with the XDG standards
Mar 24, 2026
4 min read
How I ZSH
(#1 of 6)
I rebuilt my Zsh configuration into a clean, modular system after struggling with my old messy, brittle setup that slowed down my workflow. By organising configs, replacing heavy weigth frameworks with lightweight functions, and treating my shell like a structured project, I made it easier to maintain, extend, and debug.
