This is my windows dotfiles for my office laptop.
This dotfiles utilize Chocolatey. Run the following command in Powershell as Administrator to install Chocolatey in your machine
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Now that you have installed Chocolatey, you can execute install.ps1
script. Remember to execute it in Administration Mode
Have a nice day!