From 0752767c04a7816f5818987568d6ac5aaa810fc0 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Tue, 1 Nov 2022 20:01:56 -0400 Subject: I've been writing git aliases for 5 hours. Send help --- modules/40-git/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/40-git/install.sh') diff --git a/modules/40-git/install.sh b/modules/40-git/install.sh index 61374e9..1e062bc 100644 --- a/modules/40-git/install.sh +++ b/modules/40-git/install.sh @@ -8,6 +8,9 @@ function preinstall() { if ! [[ -x "$(command -v git)" ]]; then PACKAGES+=("git") fi + if ! [[ -x "$(command -v fzf)" ]]; then + PACKAGES+=("fzf") + fi } function install() { -- cgit v1.2.3