This commit is contained in:
Kreyren 2020-02-17 13:29:01 +00:00
parent 2b0026a70b
commit 75a001ea68

@ -18,11 +18,11 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
&& apt autoremove -y
## User config
USER gitpod
RUN curl -L https://get.oh-my.fish | fish \
&& sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \
&& git clone --depth=1 https://github.com/Bash-it/bash-it.git /usr/src/bash-it \
&& /usr/src/bash-it/install.sh
# USER gitpod
# RUN curl -L https://get.oh-my.fish | fish \
# && sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \
# && git clone --depth=1 https://github.com/Bash-it/bash-it.git /usr/src/bash-it \
# && /usr/src/bash-it/install.sh
### VLANG ###
USER root