From c6ba5867c52241504592ed88bff26f3036292181 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 16 Oct 2022 10:30:56 -0500 Subject: [PATCH] --- Dockerfile-devenv.txt | 2 ++ 1 file changed, 2 insertions(+) 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