From db451fd57f060697507f69a440316f88afcbbf84 Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 26 Jul 2019 21:05:43 +0100 Subject: [PATCH] add a command-line fuzzy finder --- build_sdcard.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index 7a010b2..cc065d7 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -677,6 +677,10 @@ sudo apt-get -y install screen sudo bash -c "echo 'net.core.rmem_max = 4194304' >> /etc/sysctl.conf" sudo bash -c "echo 'net.core.wmem_max = 1048576' >> /etc/sysctl.conf" +# install a command-line fuzzy finder (https://github.com/junegunn/fzf) +sudo apt-get -y install fzf +sudo bash -c "echo 'source /usr/share/doc/fzf/examples/key-bindings.bash' >> /home/admin/.bashrc" + # *** SHELL SCRIPTS AND ASSETS # move files from gitclone