From 2d79aeaccf61aac85f0d24df84ccda244c096b69 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 10 Nov 2017 20:33:04 -0500 Subject: [PATCH] Add fzf to the list of packages to install --- install/packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/packages.sh b/install/packages.sh index dceabc98..94406400 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -42,6 +42,7 @@ i openssh # Install openssh, used to connect via SSH i jq # Install jq, used to manipulate JSON in the terminal i tmux # Install tmux, used to run terminal programs in the background +i fzf # Install fzf, used to easily search for things in vim i virtualbox-guest-modules-arch # Install Arch-specific VirtualBox modules i virtualbox-guest-utils # Install the core VirtualBox functionality