From 6760d998cad6e46dc902cc5b7dfdc4653b017e31 Mon Sep 17 00:00:00 2001 From: Roeland <10061147+roelandmoors@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:37:09 +0200 Subject: [PATCH] Add fdfind The neovim healthcheck suggests fdfind. This is easy to install. --- install/apps-terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/apps-terminal.sh b/install/apps-terminal.sh index 1dabba2..9ca622f 100644 --- a/install/apps-terminal.sh +++ b/install/apps-terminal.sh @@ -1 +1 @@ -sudo apt install -y fzf ripgrep bat eza zoxide plocate btop apache2-utils +sudo apt install -y fzf ripgrep bat eza zoxide plocate btop apache2-utils fd-find