This commit is contained in:
slashtechno 2022-10-16 10:30:56 -05:00 committed by GitHub
parent 0b9bc96331
commit c6ba5867c5
1 changed files with 2 additions and 0 deletions

View File

@ -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