xirkus / zsh-dev

container environment for building/developing zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A container for zsh development/testing.

The intended use is to bind-mount your zsh repo source on your local machine when you mount this container:

$ docker run -d \
  -it \
  --name zsh-dev \
  --mount type=bind,source="$(pwd)"/path/to/zsh/repo,target=/source \
  zsh-dev:latest

About

container environment for building/developing zsh

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 100.0%