This commit is contained in:
parent
0b9bc96331
commit
c6ba5867c5
|
@ -11,6 +11,8 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
|
|||
RUN git clone https://github.com/zsh-users/zsh-autosuggestions.git /root/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||
RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /root/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||
|
||||
RUN curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash
|
||||
|
||||
RUN echo export ZSH=\"\$HOME/.oh-my-zsh\" > /root/.zshrc
|
||||
RUN echo ZSH_THEME=\"robbyrussell\" >> /root/.zshrc
|
||||
RUN echo plugins=\(git zsh-autosuggestions zsh-syntax-highlighting\) >> /root/.zshrc
|
||||
|
|
Loading…
Reference in New Issue