ArchWSL
install
# scoop install archwsl
wsl --install archlinux
arch
useradd
passwd
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
useradd -m -G wheel -s /bin/bash <user>
passwd <user>
exit
arch config --default-user <user>
arch
usage
command
# Personal do
sudo pacman -Syyu \
inetutils \
less \
unzip \
wget \
xsel
# editorconfig-checker \
WSL Optionals
D-Bus
# sudo pacman -S dbus
sudo mkdir /run/dbus -p
sudo dbus-daemon --system
systemd/systemctl
vim /etc/wsl.conf
[boot]
systemd=true
reference
cross-reference
appdedix
