Skip to content

sjess/st4rd0tf1les_l1gh7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub repo size GitHub last commit

st4rd0tf1les

Install WSL

Powershell with admin rights

wsl --install

WSL Distribution

Install Debian or Ubuntu from the Microsoft Store and run it.

What is used

Terminal

Script installs ZSH, Composer, Node, NPM, NVM, PHP, Python3 & PIP 3

Misc

SUDO

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.

Installation

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

Microsoft Terminal

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages