From cbb4e7bf66d6ca9b680359afa9f9bd3278013491 Mon Sep 17 00:00:00 2001 From: /techno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 20 Aug 2023 20:20:57 -0400 Subject: [PATCH] --- Dockerfile.devenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.devenv b/Dockerfile.devenv index 6f08e36..ff12203 100644 --- a/Dockerfile.devenv +++ b/Dockerfile.devenv @@ -27,7 +27,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master RUN git clone https://github.com/zsh-users/zsh-autosuggestions.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-autosuggestions RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting -# RUN curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash +RUN curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash RUN echo export ZSH=\"\$HOME/.oh-my-zsh\" > /home/$USERNAME/.zshrc RUN echo ZSH_THEME=\"robbyrussell\" >> /home/$USERNAME/.zshrc