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

@@ -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`