Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.45 KB

Bootstrapping for Windows

  1. Install winget

  2. Download bootstrap-*.ps1 scripts

  3. Open PowerShell

  4. Execute below PowerShell command to allow execution of unsigned PowerShell scripts

    Set-ExecutionPolicy unrestricted -Scope Process
  5. Execute downloaded PowerShell scripts

    C:\Users\kafong\Downloads\bootstrap-base.ps1
    C:\Users\kafong\Downloads\bootstrap-msft.ps1
  6. Refer to windows-terminal-settings.json in repo for Winfows Terminal configurations

  7. [Optional] Install Sublime Text 3 theme (ref). In the past, I have used the boxy theme.

  8. Install Lightshot

  9. Install Todo management tool such as Microsoft To Do

  10. Install WSL 2

  11. Add following text to /etc/wsl.conf (create wsl.conf if it doesn't exist)

    [automount]
    options = "metadata"
    
  12. Restart WSL 2 session

  13. Follow bootstrapping instructions for Linux

Reference