From afa25c9ddd00e612b887b78f9c76b08916684c8a Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Wed, 5 Nov 2025 23:14:22 +0100 Subject: [PATCH] bluetui added --- endos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endos.py b/endos.py index d84f4fb..1f25571 100755 --- a/endos.py +++ b/endos.py @@ -57,7 +57,7 @@ installmap = dict( "npm", # required for nvim plugins "go", # required for vim-hexokinase build ), - utils=("uv", "ncdu", "unzip", "jq"), + utils=("uv", "ncdu", "unzip", "jq", "bluetui"), gittools=( "tig", "diff-so-fancy",