add Dockerfile for test container
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
**/powershell10k/**
|
||||
.zsh_history
|
||||
README.md
|
||||
Dockerfile
|
||||
|
||||
|
||||
5
Dockerfile
Normal file
5
Dockerfile
Normal 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"]
|
||||
|
||||
@@ -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
1641
dot_p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,4 +11,3 @@ sudo apt install zsh neovim tmux -y
|
||||
{{- else if eq .chezmoi.os "darwin" }}
|
||||
brew install zsh neovim tmux
|
||||
{{- end }}
|
||||
zsh
|
||||
|
||||
Reference in New Issue
Block a user