mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 11:21:46 +00:00
add WSL instructions
This commit is contained in:
parent
d84cd62673
commit
4383f46e56
17
README.md
17
README.md
@ -33,6 +33,23 @@ These tools include the following for Windows Installs (Recommended using [Choco
|
|||||||
- [Python](https://www.python.org/)
|
- [Python](https://www.python.org/)
|
||||||
- [Composer](https://getcomposer.org/)
|
- [Composer](https://getcomposer.org/)
|
||||||
|
|
||||||
|
<details><summary>Windows Subsystem for Linux</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt update
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh
|
||||||
|
sudo -E bash nodesource_setup.sh
|
||||||
|
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
||||||
|
sudo apt install make gcc ripgrep unzip git xclip neovim nodejs python3-venv
|
||||||
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
|
curl -LO https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
|
||||||
|
sudo rm -rf /usr/local/go
|
||||||
|
sudo tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
|
||||||
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details><summary>Winget and Chocolatey</summary>
|
<details><summary>Winget and Chocolatey</summary>
|
||||||
|
|
||||||
```pwsh
|
```pwsh
|
||||||
|
Loading…
Reference in New Issue
Block a user