feat: restructure repo

This commit is contained in:
2020-11-08 21:55:05 +01:00
parent 6d45d2f0cd
commit ad4ca67841
23 changed files with 441 additions and 261 deletions

View File

@ -2,7 +2,7 @@ FROM debian:latest
ADD . ~/.dotfiles
RUN apt-get update && apt-get upgrade -y
RUN apt-get install curl git -y
RUN apt-get update && apt-get upgrade -y
RUN apt-get install curl git zsh -y
ENTRYPOINT ~/.dotfiles/setup.sh
ENTRYPOINT ~/.dotfiles/setup.sh