add antigen and move webman into run_once

This commit is contained in:
2022-05-13 12:05:04 -06:00
parent 4f02661fc4
commit 7d2602cc34
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add git curl
RUN curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
# RUN nvim --headless +'PlugInstall --sync' +qa
# RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa