Skip to content

Instantly share code, notes, and snippets.

@atsushifx
Created October 23, 2023 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushifx/c6d69609133c12788986e882b9782017 to your computer and use it in GitHub Desktop.
Save atsushifx/c6d69609133c12788986e882b9782017 to your computer and use it in GitHub Desktop.
WSL2 default settings for my wsl define : /etc/wsl.conf
## WSL boot settings
[boot]
systemd=true
## Network settings
[network]
hostname=develop
## Interop settings
[interop]
appendWindowsPath=false
## User settings
[user]
default=atsushifx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment