diff --git a/Dockerfile-devenv.txt b/Dockerfile-devenv.txt index a24ee9d..3de9b8f 100644 --- a/Dockerfile-devenv.txt +++ b/Dockerfile-devenv.txt @@ -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