Remove step that is no longer needed zshrc setup
This commit is contained in:
parent
1c197db45b
commit
599b04af38
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user