This repository contains cross-platform dotfiles and setup scripts for quickly configuring development environments on macOS, Linux, and Windows 11.
💡 If you want to install Windows 11 without a Microsoft Account (local account), read the documentation
To run the setup script directly from Git (make sure to run from PowerShell as Administrator):
irm https://raw.githubusercontent.com/MeekoLab/dotfiles/main/install/windows/setup.ps1 | iex
Before applying your dotfiles, copy and edit your identity:
cp .chezmoi.yaml.tmpl.example .chezmoi.yaml.tmpl
vim .chezmoi.yaml.tmpl
💡 You can also use notepad, neovim, or nano if available.