batman
This commit is contained in:
commit
b49e34c45d
5 changed files with 474 additions and 0 deletions
20
debian/Dockerfile
vendored
Normal file
20
debian/Dockerfile
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
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 .
|
||||
|
||||
RUN bash neovim.sh
|
||||
RUN bash zellij.sh
|
||||
RUN bash colorscript.sh
|
||||
|
||||
RUN git clone --recursive --depth=1 https://git.k4li.de/dotfiles/minimal.git /home/pika/dotfiles
|
Loading…
Add table
Add a link
Reference in a new issue