From 8ea1c5e4629afca8e88eba615eccd29fd96e4a3f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 26 Dec 2025 22:55:12 -0600 Subject: [PATCH] update --- .../cp-setup.webp | Bin src/content/git/cp.nvim.mdx | 2 +- .../software/improving-my-developer-workflow.mdx | 6 ++++++ .../software/my-competitive-programming-setup.mdx | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) rename public/{my-cp-setup => my-competitive-programming-setup}/cp-setup.webp (100%) create mode 100644 src/content/software/improving-my-developer-workflow.mdx diff --git a/public/my-cp-setup/cp-setup.webp b/public/my-competitive-programming-setup/cp-setup.webp similarity index 100% rename from public/my-cp-setup/cp-setup.webp rename to public/my-competitive-programming-setup/cp-setup.webp diff --git a/src/content/git/cp.nvim.mdx b/src/content/git/cp.nvim.mdx index 221e377..6c54a6f 100644 --- a/src/content/git/cp.nvim.mdx +++ b/src/content/git/cp.nvim.mdx @@ -4,7 +4,7 @@ slug: "cp.nvim" date: "10/10/2025" --- -Things have changed since I last documented my competitive programming setup [here](/software/my-cp-setup.html). +Things have changed since I last documented my competitive programming setup [here](/software/my-competitive-programming-setup.html). # my goals diff --git a/src/content/software/improving-my-developer-workflow.mdx b/src/content/software/improving-my-developer-workflow.mdx new file mode 100644 index 0000000..3c58ac4 --- /dev/null +++ b/src/content/software/improving-my-developer-workflow.mdx @@ -0,0 +1,6 @@ +--- +title: "improving my developer workflow" +date: "26/12/2025" +--- + +wip diff --git a/src/content/software/my-competitive-programming-setup.mdx b/src/content/software/my-competitive-programming-setup.mdx index 6101d7a..5e89420 100644 --- a/src/content/software/my-competitive-programming-setup.mdx +++ b/src/content/software/my-competitive-programming-setup.mdx @@ -24,7 +24,7 @@ That's it. The `makefile` relies on some scripts that compile code and run the c # neovim integration -![screenshot of my neovim competitive programming setup](/my-cp-setup/cp-setup.webp) +![screenshot of my neovim competitive programming setup](/my-competitive-programming-setup/cp-setup.webp) Leveraging [LuaSnip](https://github.com/L3MON4D3/LuaSnip), a custom `CP` user command, and some scripting for window management and asynchronous jobs, I'm able to: