From 0b88f622d47a125d60ffad86c715e7a61dbc745a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 24 May 2018 20:11:41 +0200 Subject: [PATCH] Install zsh-syntax-highlighting --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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