要求 windows 10 更新到最新 开启 Windows Subsystem for Linux 功能 过程请看其它文章
Archlinux简略安装配置过程 用yuk7/ArchWSL 安装Archlinux 进行基础设置 安装spacevim curl -sLf https://spacevim.org/install.sh | bash 安装zsh pacman -S zsh 安装oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" windows 右键菜单设置 以下存为文件 -> 文件夹空白位置右键打开zsh.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Open with Arch] "Icon"="Y:\\Users\\YSTYLE\\Downloads\\Arch\\Arch.exe" [HKEY_CLASSES_ROOT\Directory\Background\shell\Open with Arch\command] @="Y:\\Users\\YSTYLE\\Downloads\\Arch\\Arch.exe run zsh" 修改Arch.exe的位置,记得用\, 然后右键该文件点合并
Continue reading...