Skip to content

Instantly share code, notes, and snippets.

@youfun
youfun / void-wsl.txt
Created September 1, 2025 13:35 — forked from kmatt/void-wsl.txt
Install Void Linux on WSL2
# Based on https://gist.github.com/kmatt/71603170556ef8ffd14984af77ff10c5
# prompt ">" indicates Powershell commands
# prompt "$" are Linux shell commands
# https://docs.microsoft.com/en-us/windows/wsl/install-win10
> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
# install https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
This file has been truncated, but you can view the full file.
=erl_crash_dump:0.5
Sat Jul 6 17:43:00 2024
@youfun
youfun / void-install-budgie-desktop.sh
Last active May 3, 2024 08:29
void-install-budgie-desktop
#!/bin/bash
# 更新系统
sudo xbps-install -Su
sudo xbps-install curl wget unzip zip nano