oh-my-zsh

This commit is contained in:
Lorenz Hohermuth 2024-06-02 21:37:57 +02:00
parent 647394c5dc
commit 8df7e155b2
1 changed files with 4 additions and 3 deletions

View File

@ -31,13 +31,14 @@ RUN apt-get update && apt-get install -y curl tar git gcc && \
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz && \
tar -C /opt -xvf nvim-linux64.tar.gz
#oh my zsh
RUN apt-get update && apt-get install -y zsh && \
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
#nvim config
RUN mkdir .config && cd .config && \
git clone https://git.lorenzzz.dev/lorenzhohermuth/nvim.git && pwd
#font
RUN curl -OL https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz
COPY --from=builder /root/ttyd/dist/ttyd /usr/bin/ttyd
EXPOSE 7681