From f66f9a325ba646bb6ae035c3c6d08c47bded46fb Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 27 Dec 2025 14:14:54 -0600 Subject: [PATCH] update prettierignore - it doens't work on mdx --- .prettierignore | 3 ++- .../software/improving-my-developer-workflow.mdx | 14 ++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.prettierignore b/.prettierignore index 868df49..4d3f019 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,5 @@ node_modules/ dist/ build/ .astro/ -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +*.mdx diff --git a/src/content/software/improving-my-developer-workflow.mdx b/src/content/software/improving-my-developer-workflow.mdx index 3b5f2a4..c9a43fa 100644 --- a/src/content/software/improving-my-developer-workflow.mdx +++ b/src/content/software/improving-my-developer-workflow.mdx @@ -21,14 +21,12 @@ 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: - 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. + - 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 + 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