From 4a2e269a3acccc0c716d8d2e59652bd9df483b2e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 22:02:41 -0400 Subject: [PATCH] bash-lsp, debug script --- .github/actions/disk_space/action.yml | 2 ++ dot_config/flake/home/common.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/actions/disk_space/action.yml b/.github/actions/disk_space/action.yml index dc3fc90..057fae8 100644 --- a/.github/actions/disk_space/action.yml +++ b/.github/actions/disk_space/action.yml @@ -17,6 +17,7 @@ runs: df -h - name: Detailed usage + if: inputs.debug shell: bash run: | du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true @@ -37,6 +38,7 @@ runs: df -h - name: Detailed usage + if: inputs.debug shell: bash run: | du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index e65f01b..e68c467 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -39,6 +39,7 @@ libnotify # Shell + bash-language-server starship btop ripgrep