addet some content

This commit is contained in:
pika 2025-05-24 13:27:43 +02:00
parent 5c07745407
commit 2f5fadd6bb
10 changed files with 346 additions and 757 deletions

View file

@ -3,12 +3,10 @@ FROM ubuntu:noble
RUN apt update && apt install --assume-yes curl zsh fzf zoxide unzip sudo git make stow
COPY ./.src/colorscript.sh .
COPY ./.src/neovim.sh .
COPY ./.src/omp.sh .
RUN bash ./omp.sh -d /bin && rm ./omp.sh
RUN bash colorscript.sh && rm colorscript.sh
RUN bash neovim.sh && rm neovim.sh
# RUN useradd -m -G sudo -r -s /usr/bin/zsh ubuntu
RUN usermod -aG sudo ubuntu
@ -17,7 +15,7 @@ RUN echo "ubuntu ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers
USER ubuntu
WORKDIR /home/ubuntu
COPY .src/setup.sh .
COPY .src/setup.sh /bin/setup
RUN git clone --recursive --depth=1 https://git.k4li.de/dotfiles/minimal.git /home/ubuntu/dotfiles