Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Last active March 21, 2025 14:51
Show Gist options
  • Save gmolveau/2b76740a31ab3b6c4e9c6b69f298c7fb to your computer and use it in GitHub Desktop.
Save gmolveau/2b76740a31ab3b6c4e9c6b69f298c7fb to your computer and use it in GitHub Desktop.
WSL install and setup + vscode

WSL setup

  • Open powershell with admin and run wsl --install
  • Enable virtualization in the BIOS if needed
  • Open the windows store and install Ubuntu 24
  • Run Ubuntu, create your user + password
  • Run mkdir dev
  • Run explorer.exe . to open an explorer window, create a shortcut of the dev folder and place it in My Documents
  • Install Windows Terminal
  • Run Windows Terminal, go to Settings and change the Default profile to Ubuntu 24, change the
  • Install VSCode
  • Install the WSL extension
  • Open VSCode, then Ctrl + Shift + P, type wsl and select WSL: Connect to WSL
  • Install Docker Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment