From fc60535945618e9c1f2dbef24fe0ddd683ba7b61 Mon Sep 17 00:00:00 2001 From: Jacob Bohanon Date: Mon, 26 Sep 2022 06:38:36 -0400 Subject: [PATCH] add fzf --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 351507d..9d03bc9 100644 --- a/init.sh +++ b/init.sh @@ -3,7 +3,7 @@ #Install ripgrep #Install fd sudo add-apt-repository ppa:neovim-ppa/stable -sudo apt update && sudo apt install -y zsh neovim ripgrep fd-find +sudo apt update && sudo apt install -y zsh neovim ripgrep fd-find fzf #Install oh-my-zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" #Install oh-my-zsh plugins