From 6796e198519197b110f3038e8591d51623d16abf Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 12 May 2020 12:03:06 +0200 Subject: [PATCH] [ADD] Ripgrep and fd dependencies to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 83bded5..a4498c6 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,13 @@ CLI_DEPENDENCIES := \ aur/stdman \ aur/zsh-fast-syntax-highlighting-git \ community/bat \ + community/fd \ community/git-lfs \ community/lesspipe \ community/mosh \ community/mypy \ community/pandoc \ + community/ripgrep \ community/shellcheck \ community/shfmt \ community/stack \