From c4550b003996564b4f087dc15896f09765e34bef Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 27 Dec 2025 14:16:35 -0600 Subject: [PATCH] fix formattin --- src/content/software/improving-my-developer-workflow.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/software/improving-my-developer-workflow.mdx b/src/content/software/improving-my-developer-workflow.mdx index c9a43fa..b3b9682 100644 --- a/src/content/software/improving-my-developer-workflow.mdx +++ b/src/content/software/improving-my-developer-workflow.mdx @@ -21,9 +21,9 @@ Since May 2025, I've been using the same tmux+neovim-centric setup. Sessions hou - Archaic git workflow: Now that I was frequently collaborating on large codebases, I needed to context-switch rapidly. I could not. This was primarily due to two things: - - Nonexistent task management system: I used a raw `.txt` file to manage + 1. Nonexistent task management system: I used a raw `.txt` file to manage my priorities. I have also been known to use Chrome tabs as a backup todo list. - - Poor workflow processes: creating PRs, leaving reviews, and iterating + 2. Poor workflow processes: creating PRs, leaving reviews, and iterating was slow. Coding was slow. Typing was slow. My neovim broke _all_ the time. It was nearly impossible to keep my Linux config in sync when I went home to code on personal projects.