My Dotfiles for Windows machines
  • PowerShell 100%
Find a file
2026-04-11 23:26:49 +00:00
dotfiles Make Alacritty a bit larger by default 2026-04-11 23:26:49 +00:00
.editorconfig Initial commit 2026-04-03 11:58:21 +00:00
.gitattributes Initial commit 2026-04-03 11:58:21 +00:00
install.ps1 Uncomment the install portion 2026-04-03 12:16:39 +00:00
README.md Update README with install script link 2026-04-03 11:59:01 +00:00

RVxLab's Dotfiles for Windows

Setup

Run the following script:

powershell -ExecutionPolicy Bypass -Command "irm 'https://code.rvx.works/RVxLab/dotfiles-windows/raw/branch/main/install.ps1' | iex"

If you're going to run this, MAKE SURE YOU READ THE SCRIPT AND UNDERSTAND WHAT IT DOES.