You can test the dotfiles configuration within a container environment.
Use Docker or Podman:
# Using Docker
docker build . -t laurigates/dotfiles
# Using Podman
podman build . -t laurigates/dotfiles --format docker# Using Docker
docker run --rm -it laurigates/dotfiles:latest
# Using Podman
podman run --rm -it laurigates/dotfiles:latestInside the container, the dotfiles should be applied, providing the configured Zsh and Neovim environment.