Install zsh-syntax-highlighting
This commit is contained in:
parent
9bfda09677
commit
0b88f622d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user