Powershell with admin rights
wsl --install
Install Debian
or Ubuntu
from the Microsoft Store and run it.
Script installs ZSH, Composer, Node, NPM, NVM, PHP, Python3 & PIP 3
For ease of use, make sure your user is in group sudo
sudo usermod -aG sudo {USERNAME}
and edit the following line in sudoers
with sudo nano /etc/sudoers
or sudo vi /etc/sudoers
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
Now you can sudo without password.
You can install it by cloning the repository as .dotfiles
in your home directory and running the bootstrap script.
git clone https://github.com/sjess/st4rd0tf1les_l1gh7.git ~/.dotfiles
cd ~/.dotfiles
./start
Change commandline for example to C:\Windows\System32\wsl.exe -d Ubuntu-24.04
and startdirectory to \\wsl$\Ubuntu-24.04\home\{USERNAME}\repositories
according to your distribution after you made the directory with mkd repositories
.