add Dockerfile for test container
This commit is contained in:
@@ -2,4 +2,5 @@
|
|||||||
**/powershell10k/**
|
**/powershell10k/**
|
||||||
.zsh_history
|
.zsh_history
|
||||||
README.md
|
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
|
# dotfiles
|
||||||
My config for dotfiles.
|
My config for dotfiles.
|
||||||
|
Run `docker build -t alpine-devenv . && docker run -it alpine-devenv` to test it out!
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Prereqs: `git curl`
|
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" }}
|
{{- else if eq .chezmoi.os "darwin" }}
|
||||||
brew install zsh neovim tmux
|
brew install zsh neovim tmux
|
||||||
{{- end }}
|
{{- end }}
|
||||||
zsh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user