Install fzf

This commit is contained in:
Kristóf Tóth 2018-05-24 20:15:10 +02:00
parent 0b88f622d4
commit db5bb9b3f9

View File

@ -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