allow config.fish.local

This commit is contained in:
2023-12-09 15:33:38 -07:00
parent a809ee91a2
commit 3dee01aeb2
5 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
ENTRYPOINT ["/bin/fish"]
ENV SHELL /usr/bin/fish
CMD ["fish"]