From db5bb9b3f9beb8dfe877aa306c90185fa8f491e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 24 May 2018 20:15:10 +0200 Subject: [PATCH] Install fzf --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a379ab..6b98409 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,3 +17,6 @@ RUN cd /root ln -sf /root/zshrc/rc /root/.zshrc &&\ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \ ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting + +RUN git clone --depth 1 https://github.com/junegunn/fzf.git /root/.fzf &&\ + /root/.fzf/install