My personal dotfiles with plugins and configuration.
git clone https://github.com/williamguilhermesouza/dotfiles.git
cd dotfilesRun the dev env bootstrap once in PowerShell to make DEV_ENV permanent and add windows/scripts to your user PATH:
powershell -ExecutionPolicy Bypass -File .\windows\dev_env.ps1Open a new PowerShell session after this step.
Use the run script from anywhere:
run setenvThis runs winget configure with windows/dsc/configuration.dev.dsc.yaml (installs apps like Windows Terminal, GlazeWM, Zebar, and Yazi, and links managed dotfiles).
To undo the applied environment safely:
run unsetenvThis runs winget configure with windows/dsc/configuration.reset.dsc.yaml (removes managed config links, restores backups when available, and does not uninstall applications).