CLONE
Get the current MNCM Labs source from GitHub.
git clone https://github.com/millergitca/dotfiles.git
cd dotfiles
GitHub ↗
MNCM LABS // INSTALL
The MNCM Labs bootstrap currently targets an existing Arch Linux installation. Review the plan first. Apply only when you're ready.
01 // START
Get the current MNCM Labs source from GitHub.
git clone https://github.com/millergitca/dotfiles.git
cd dotfiles
Inspect the system before planning an installation.
./scripts/health.sh
Preview the complete MNCM installation profile.
./scripts/install.sh --profile complete
PLAN MODE DOES NOT INSTALL PACKAGES.
After reviewing the plan, explicitly enable installation.
./scripts/install.sh --profile complete --apply
REVIEW THE PROJECT BEFORE APPLY MODE.
02 // PROFILES
Hyprland, development tools, shell, editors, Docker and available MNCM configuration.
--profile complete
Development environment without the complete Hyprland desktop package group.
--profile developer
Core CLI tools, Zsh and Neovim.
--profile minimal
Choose individual groups and components interactively.
--profile custom
03 // VERIFY
Run the read-only health system after installation.
./scripts/verify.sh