Install fzf
This commit is contained in:
parent
0b88f622d4
commit
db5bb9b3f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user