Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy committed Sep 19, 2023
1 parent bb85858 commit 2ca5de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/dockerfiles/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN (echo '[containers]'; echo 'default_ulimits = ['; echo ' "nofile=65535:65535
RUN wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O - | zsh && \
cp $HOME/.oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc && \
chsh -s $(which zsh) root && \
chsh -s $(which zsh) user && \
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k && \
git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions && \
sed -i 's|\(ZSH_THEME="\).*|\1powerlevel10k/powerlevel10k"|' $HOME/.zshrc && \
Expand Down

0 comments on commit 2ca5de9

Please sign in to comment.