Category: Software

Zellij Logo

Autostart Zellij in Nushell

Cool kids multiplex with Zellij. Data engineers shred data with Nushell. Let’s make them work better together. Let’s autostart Zellij when our terminal and shell start. The Zellij documentation provides instructions for making Zellij...

Supercharging asdf with FZF

Update (August 12, 2022): Just noticed this commit that changes the output format for the current version in asdf list — updated accordingly. Update (August 11, 2022): I’ve added more intelligent version sorting and...

Displaying Your Kitty Theme Colors

Update (12/15/21): So I hadn’t updated kitty in awhile, and now themes are built in. Everything is mostly the same, except that the file containing your colors has a different name. And you don’t...

Insert UUIDs in Vim / Neovim

In my forays with Deequ, I found myself frequently inserting UUIDs into test JSON files. Although Online UUID Generator worked for this purpose, copy-pasta between browser and editor started to feel clunky. Time to...