MNCM LABS // INSTALL

BUILD YOUR ENVIRONMENT.

The MNCM Labs bootstrap currently targets an existing Arch Linux installation. Review the plan first. Apply only when you're ready.

DEVELOPMENT RELEASE // v0.7.0

01 // START

SAFE INSTALL FLOW.

01

CLONE

Get the current MNCM Labs source from GitHub.

git clone https://github.com/millergitca/dotfiles.git
cd dotfiles
02

HEALTH CHECK

Inspect the system before planning an installation.

./scripts/health.sh
03

PLAN

Preview the complete MNCM installation profile.

./scripts/install.sh --profile complete

PLAN MODE DOES NOT INSTALL PACKAGES.

04

APPLY

After reviewing the plan, explicitly enable installation.

./scripts/install.sh --profile complete --apply

REVIEW THE PROJECT BEFORE APPLY MODE.

02 // PROFILES

CHOOSE YOUR BUILD.

FULL

MNCM COMPLETE

Hyprland, development tools, shell, editors, Docker and available MNCM configuration.

--profile complete
DEV

DEVELOPER

Development environment without the complete Hyprland desktop package group.

--profile developer
LIGHT

MINIMAL

Core CLI tools, Zsh and Neovim.

--profile minimal
YOUR WAY

CUSTOM

Choose individual groups and components interactively.

--profile custom

03 // VERIFY

CHECK THE RESULT.

Run the read-only health system after installation.

./scripts/verify.sh
VIEW SOURCE