-
Install winget
-
Download bootstrap-*.ps1 scripts
-
Open PowerShell
-
Execute below PowerShell command to allow execution of unsigned PowerShell scripts
Set-ExecutionPolicy unrestricted -Scope Process
-
Execute downloaded PowerShell scripts
C:\Users\kafong\Downloads\bootstrap-base.ps1 C:\Users\kafong\Downloads\bootstrap-msft.ps1
-
Refer to
windows-terminal-settings.json
in repo for Winfows Terminal configurations -
[Optional] Install Sublime Text 3 theme (ref). In the past, I have used the boxy theme.
-
Install Lightshot
-
Install Todo management tool such as Microsoft To Do
-
Install WSL 2
-
Add following text to
/etc/wsl.conf
(createwsl.conf
if it doesn't exist)[automount] options = "metadata"
-
Restart WSL 2 session