move to fish from zsh

This commit is contained in:
2023-12-09 14:13:31 -07:00
parent 68f34bb33f
commit 1534e760f8
6 changed files with 22 additions and 1777 deletions

View File

@@ -1,8 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add git curl
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
# RUN nvim --headless -u ~/.config/nvim/cmp_init.vim +'PlugInstall --sync' +qa
ENTRYPOINT ["/bin/zsh"]
ENTRYPOINT ["/bin/fish"]