diff --git a/Dockerfile b/Dockerfile index 36c25d8..3a379ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,6 @@ RUN cd /root git clone https://git.strongds.hu/mrtoth/zshrc.git &&\ echo "/root/.oh-my-zsh" > zshrc/oh-my-zsh_path &&\ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\ - ln -sf /root/zshrc/rc /root/.zshrc - + 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