Automated configuration for my personal development environment.
# Install project
just install
# Check configuration
just check
# Apply configuration
just apply
# Apply configuration with sudo
just apply sudo=true
# Configure the default shell
just shellA pre-built image is published to the GitHub Container Registry on every push to main:
docker pull ghcr.io/fmind/dotfiles:latest
docker run --rm -it ghcr.io/fmind/dotfiles:latest