From 414e3086e16fe6d68bf00c22b0cd5109436ba422 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 29 Apr 2026 12:18:38 +0200 Subject: [PATCH] fix(codeburn): bump to v0.9.1-thompsonson.3; add to sysup doctor --- dot_local/bin/executable_sysup | 2 +- run_once_after_install-codeburn.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_local/bin/executable_sysup b/dot_local/bin/executable_sysup index 45f7c55..ed40e0c 100644 --- a/dot_local/bin/executable_sysup +++ b/dot_local/bin/executable_sysup @@ -579,7 +579,7 @@ cmd_doctor() { done header "Modern CLI Replacements" - local tools_cli=(eza bat fd rg delta btop zoxide jq sensors sar yq pandoc ffmpeg yt-dlp) + local tools_cli=(eza bat fd rg delta btop zoxide jq sensors sar yq pandoc ffmpeg yt-dlp codeburn) for tool in "${tools_cli[@]}"; do check_tool "$tool" done diff --git a/run_once_after_install-codeburn.sh b/run_once_after_install-codeburn.sh index 1fe7fdc..346713e 100644 --- a/run_once_after_install-codeburn.sh +++ b/run_once_after_install-codeburn.sh @@ -10,5 +10,5 @@ if ! command -v npm >/dev/null 2>&1; then fi echo 'Installing codeburn from thompsonson/codeburn...' -npm install -g thompsonson/codeburn#v0.9.1-thompsonson.2 +npm install -g thompsonson/codeburn#v0.9.1-thompsonson.3 echo "codeburn installed: $(codeburn --version 2>/dev/null || echo 'unknown version')"