wip
This commit is contained in:
parent
b49e34c45d
commit
2570514d64
6 changed files with 260 additions and 8 deletions
16
debian/Dockerfile
vendored
16
debian/Dockerfile
vendored
|
@ -2,19 +2,19 @@ FROM debian:trixie-slim
|
|||
|
||||
RUN apt update && apt install --assume-yes curl zsh fzf zoxide unzip sudo git make stow
|
||||
|
||||
RUN curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /bin
|
||||
COPY ./.src/omp.sh .
|
||||
RUN bash ./omp.sh -d /bin && rm ./omp.sh
|
||||
RUN useradd -m -G sudo -r -s /usr/bin/zsh debian
|
||||
|
||||
RUN echo "debian ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
USER debian
|
||||
WORKDIR /home/debian
|
||||
COPY ./setupDebian.sh .
|
||||
COPY ./neovim.sh .
|
||||
COPY ./zellij.sh .
|
||||
COPY ./colorscript.sh .
|
||||
COPY ./.src/* .
|
||||
|
||||
RUN bash neovim.sh
|
||||
RUN bash zellij.sh
|
||||
RUN bash colorscript.sh
|
||||
RUN bash neovim.sh && rm neovim.sh
|
||||
RUN bash zellij.sh && rm zellij.sh
|
||||
RUN bash colorscript.sh && rm colorscript.sh
|
||||
|
||||
RUN git clone --recursive --depth=1 https://git.k4li.de/dotfiles/minimal.git /home/pika/dotfiles
|
||||
|
||||
ENTRYPOINT /usr/bin/zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue