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