From f3dbf7ad4139509c33a1fbac894fae7053b156e5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 8 Sep 2020 13:43:34 +0800 Subject: update --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index aa0016e..5acc0c5 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,12 @@ tig: zsh: curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash +fzf: + if [ ! -d "$(HOME)/.fzf" ]; then \ + git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; \ + ~/.fzf/install; \ + fi + wiki: # vimwiki if [ ! -d "$(HOME)/.vimwiki" ]; then \ -- cgit v1.2.3-70-g09d2