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

@ -1,17 +1,13 @@
FROM fedora:latest
# RUN dnf update && dnf install --assumeyes curl zsh fzf zoxide unzip sudo git make stow fastfetch exa
RUN dnf install --assumeyes curl zsh fzf zoxide unzip git make stow
RUN dnf install --assumeyes curl zsh fzf zoxide unzip git make stow awk tmux
# COPY ./.src/colorscript.sh .
# COPY ./.src/neovim.sh .
# COPY ./.src/omp.sh .
# COPY ./.src/zellij.sh .
COPY ./.src/colorscript.sh .
COPY ./.src/omp.sh .
# RUN bash ./omp.sh -d /bin && rm ./omp.sh
# RUN bash neovim.sh && rm neovim.sh
# RUN bash zellij.sh && rm zellij.sh
# RUN bash colorscript.sh && rm colorscript.sh
RUN bash ./omp.sh -d /bin && rm ./omp.sh
RUN bash colorscript.sh && rm colorscript.sh
RUN useradd -m -G wheel -r -s /usr/bin/zsh fedora
@ -19,7 +15,7 @@ RUN echo "fedora ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers
USER fedora
WORKDIR /home/fedora
COPY ./setup.sh .
COPY ./setup.sh /bin/setup
RUN git clone --recursive --depth=1 https://git.k4li.de/dotfiles/minimal.git /home/fedora/dotfiles