<-- go home

Computing on Windows

Using Microsoft Windows it is not for the faint-hearted, this page is journey of me using Windows 10, still refuse to go 11 despite the support for consumer 10 already dead in the water.

Must have software

One liner

Symbolic Link in elevated Powershell
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target"

Install vim-plug
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ni "$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim" -Force

Put cl compiler in PATH
C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat