wsl_setup
- Shell 100%
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. |
||
|---|---|---|
| .idea | ||
| .gitignore | ||
| atuin.sh | ||
| bash_alias.sh | ||
| basics.sh | ||
| gh.sh | ||
| go.sh | ||
| inputrc.sh | ||
| nvim.sh | ||
| README.md | ||
| run.sh | ||
| rust.sh | ||
| ssh.sh | ||
| starship.sh | ||
| sudo.sh | ||
| tmux.sh | ||
| vimrc.sh | ||
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