heywoodlh tech stack
Core principles:
- Command-line driven
- Keyboard oriented (using Vim-style keybindings)
- Nord themed
- Reduced visual clutter
- Shared configuration between MacOS and Linux
Unix-like development powered by Nix flakes
Nix runs on MacOS and Linux and can configure everything!
The following projects allow me to codify various environments:
- NixOS => my preferred Linux distribution
- Nix-Darwin => all the benefits of NixOS on MacOS
- Home-Manager => dotfiles
I store all of my configurations in the following repositories:
When possible, I try to make my tooling modular and operating system agnostic. This allows me to reap the benefits of Nix anywhere as long as I can run Nix.
Command line tools
I use Vim (now, mostly Helix) for all of my writing, and Tmux for productivity.
The following tools are visible in the above image:
Try out my Vim configuration on Linux!
curl -L "https://github.com/heywoodlh/flakes/releases/download/appimages/vim-$(arch).appimage" -o /tmp/vim
chmod +x /tmp/vim
/tmp/vim
Try out my Helix configuration on Linux!
curl -L "https://github.com/heywoodlh/flakes/releases/download/appimages/helix-$(arch).appimage" -o /tmp/helix
chmod +x /tmp/helix
/tmp/helix
Or my Fish configuration:
curl -L "https://github.com/heywoodlh/flakes/releases/download/appimages/fish-$(arch).appimage" -o /tmp/fish
chmod +x /tmp/fish
/tmp/fish
(Other appimage releases for x86 and ARM64 are here)
Terminal emulators
iTerm on MacOS:
GNOME Terminal and Guake on Linux:
Firefox configuration
(I have been happily using Zen Browser as well!)
Home-Manager configuration in this screenshot:
- github:heywoodlh/nixos-configs - home/desktop.nix#L11-L241
- github:heywoodlh/nixos-configs - home/desktop.nix#L258-L259
Honorable mentions
Yabai for tiling windows on MacOS and my config
SKHD for custom keyboard shortcuts on MacOS and my config
Vimium for Vim-like keybindings in Firefox
Shortcat for Vim-like keybindings to navigate MacOS
SketchyBar and my config
Back-end stack
The following components are absolutely essential for powering my home lab:
- Proxmox
- Git (using GitHub as my Git repository hosting provider)
- NixOS servers
- Kubernetes
- GitHub Actions