From 175b752c1f0698fef3e3c5a5a7f1d0038b2f9dab Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Mar 2026 01:04:42 +0300 Subject: [PATCH] added broot Signed-off-by: Alex A. Naanou --- post-install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/post-install b/post-install index 986ef41..894d835 100755 --- a/post-install +++ b/post-install @@ -561,6 +561,13 @@ function feature-vim(){ } +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +function feature-broot(){ ( + @ sudo dnf copr enable petersen/broot + @ sudo dnf install broot +) } + + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # see: # https://github.com/rvaiya/keyd