Remove step that is no longer needed zshrc setup

This commit is contained in:
Kristóf Tóth 2018-06-12 13:56:49 +02:00
parent 1c197db45b
commit 599b04af38

View File

@ -26,7 +26,6 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\
COPY . /
RUN git clone https://git.strongds.hu/mrtoth/zshrc.git ~/zshrc &&\
echo "${HOME}/.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 ~/zshrc/rc ~/.zshrc &&\
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \