This repository contains my dotfiles, managed using chezmoi. Chezmoi makes it easy to manage and apply your dotfiles across multiple machines while keeping everything version-controlled.
To quickly set up your environment, follow these steps:
Download And Execute Setup Script:
powershell -Command "Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force; & (New-Object System.Net.WebClient).DownloadFile('https://github.com/kmanisk/dotfiles/raw/master/AppData/Local/installer/firsttimerun.ps1', '$HOME\Downloads\firsttimerun.ps1'); . '$HOME\Downloads\firsttimerun.ps1'"chezmoi init --apply kmanisk