diff --git a/src/content/software/improving-my-developer-workflow.mdx b/src/content/software/improving-my-developer-workflow.mdx index 70e6a76..3b5f2a4 100644 --- a/src/content/software/improving-my-developer-workflow.mdx +++ b/src/content/software/improving-my-developer-workflow.mdx @@ -20,12 +20,15 @@ Since May 2025, I've been using the same tmux+neovim-centric setup. Sessions hou preventing me from efficiently automating it. - 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: 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. 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. + due to two things: + 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. + + 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. # the solutions