add automatic plug install and perl to install script
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update && apk add git curl
|
||||
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
|
||||
RUN nvim --headless +'PlugInstall --sync' +qa
|
||||
ENTRYPOINT ["/bin/zsh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user