Skip to content

MP281X/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup wsl (run as admin)

wsl --unregister Debian;
wsl --install --no-launch -d Debian;
wsl -d Debian -u root -- useradd -m -s /bin/bash "$Env:UserName";
wsl -d Debian -u root -- bash -c "passwd -d $Env:UserName && usermod -aG sudo $Env:UserName";
wsl -d Debian -u root -- bash -c "echo -e '[user]\ndefault=$Env:UserName' > /etc/wsl.conf";
wsl -d Debian -u root -- bash -c "apt-get update > /dev/null && apt-get install -y curl > /dev/null";
wsl -d Debian -u "$Env:UserName" -- bash -c "bash <(curl -s -L https://raw.githubusercontent.com/MP281X/dotfiles/main/scripts/+bootstrap-wsl.sh)";

Setup vm

rm -f ~/.ssh/known_hosts && ssh root@dev.mp281x.xyz "bash -s" < ./scripts/+bootstrap-vm.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published