Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 544 Bytes

File metadata and controls

27 lines (18 loc) · 544 Bytes

Container Testing

You can test the dotfiles configuration within a container environment.

Build the Container

Use Docker or Podman:

# Using Docker
docker build . -t laurigates/dotfiles

# Using Podman
podman build . -t laurigates/dotfiles --format docker

Run the Container

# Using Docker
docker run --rm -it laurigates/dotfiles:latest

# Using Podman
podman run --rm -it laurigates/dotfiles:latest

Inside the container, the dotfiles should be applied, providing the configured Zsh and Neovim environment.