add Dockerfile for test container

This commit is contained in:
2021-11-17 16:28:38 -07:00
parent 6de0140799
commit 42e58db4be
5 changed files with 1649 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
**/powershell10k/**
.zsh_history
README.md
Dockerfile

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk update && apk add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
ENTRYPOINT ["/bin/zsh"]

View File

@@ -1,8 +1,9 @@
# dotfiles
My config for dotfiles.
Run `docker build -t alpine-devenv . && docker run -it alpine-devenv` to test it out!
## Setup
Prereqs: `git curl`
- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14`
- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14 && zsh`

1641
dot_p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,4 +11,3 @@ sudo apt install zsh neovim tmux -y
{{- else if eq .chezmoi.os "darwin" }}
brew install zsh neovim tmux
{{- end }}
zsh