wsl_setup
Find a file
dikkadev a538d3e940 chore(rust): update cargo binstall packages list
remove zoxide and ripgrep from the rust environment setup to streamline the installed toolset and possibly avoid redundancy with other system-wide tools.

feat(starship): enable time module by default

activate the time module to provide duration timing information in the prompt, enhancing usability by showing execution time for commands.
2025-05-28 10:27:18 +02:00
.idea . 2023-03-14 13:59:57 +01:00
.gitignore refactor: improve logging in run.sh 2023-06-21 02:37:31 +02:00
atuin.sh feat: add atuin feature 2023-06-21 01:43:58 +02:00
bash_alias.sh refactor(bash_alias): Clean up bash_aliases file 2023-08-28 18:27:13 +02:00
basics.sh feat: include system32 in PATH 2023-10-25 12:20:07 +02:00
gh.sh feat: add new features 2023-06-20 14:35:28 +02:00
go.sh fix(go.sh): fix go version retrieval and installation 2023-08-28 18:27:50 +02:00
inputrc.sh feat: add new features 2023-06-20 14:35:28 +02:00
nvim.sh feat(nvim): add nvim installation script 2023-10-25 12:20:29 +02:00
README.md feat: add new features 2023-06-20 14:35:28 +02:00
run.sh feat(nvim): add nvim installation script 2023-10-25 12:20:29 +02:00
rust.sh chore(rust): update cargo binstall packages list 2025-05-28 10:27:18 +02:00
ssh.sh feat: add new features 2023-06-20 14:35:28 +02:00
starship.sh chore(rust): update cargo binstall packages list 2025-05-28 10:27:18 +02:00
sudo.sh feat: add new features 2023-06-20 14:35:28 +02:00
tmux.sh fix: fix quotes in tmux configuration file 2023-11-06 11:25:02 +01:00
vimrc.sh feat: add new features 2023-06-20 14:35:28 +02:00

Welcome to my WSL Environment Setup Repository!

This repository is designed to help you quickly set up a new Linux environment from a fresh install with all the tools and applications you ( I) need. It's highly opinionated, feel free to fork it and customize it to your needs.

How to Use

Install WSL Ubuntu 22.04 LTS. Follow the prompts to choose a username and password.

wsl --install -d Ubuntu-22.04
git clone https://github.com/Sett17/wsl_setup.git
cd wsl_setup
chmod +x *
./run.sh