-
WSL 2 Ubuntu搭配Windows Terminal、Docker以及VS Code的dotfiles配置
资源介绍
我的Windows子系统,用于Linux安装程序和Dotfiles
安装
在Windows上
1.启用WSL2
以管理员身份(已提升权限)在PowerShell中运行:
Enable-WindowsOptionalFeature - Online - FeatureName Microsoft - Windows - Subsystem - Linux
Enable-WindowsOptionalFeature - Online - FeatureName VirtualMachinePlatform
wsl -- set-default - version 2
在WSL 2上
2.安装依赖项
# Use apt over HTTPS
sudo apt update && sudo apt install -y \
apt-transport-https \
ca-ce