Finding Nerd Fonts in Neovim
I have been writing quite a few presentations in presenterm and was repeatedly going over to the nerd font website to search for the icon that I wanted to pick copying it, then pasting it in neovim. Surely... there is a better way. …
Two useful aliases for use with JJ
Everyone will have the jj tug alias defined in their list of aliases in their jj config. I would like to share two that I think are quite nifty and useful! …
Updating Treesitter's Config to use Main
If you woke up to the news that treesitter has set their default branch to main from the now frozen master then you may wish to know how to now configure your plugins that depend on it in neovim. Here's how I did it in my local dotfiles. …
Wildcard Routing with Cloudflare Email Forwarding
If you have your own domain name but are cheap like me and don't want to pay for a third party service you can use Cloudflare to route your emails to your gmail address. (And after reading this quick post, can forward even plus suffixed email addresses to your gmail account. …
Speed up Python Github Actions
If you want to speed up your CI builds you can use this setup on your GitHub actions. Doing this from the previous method cut my build times from 2 minutes to 1 minute. …
