Arch, btw

This commit is contained in:
rdvm 2024-04-15 18:08:58 -05:00
parent 23773900d9
commit 644cd1e335
1 changed files with 7 additions and 0 deletions

View File

@ -273,3 +273,10 @@ sudo dnf install -y gcc make git ripgrep fd-find neovim
``` ```
</details> </details>
<details><summary>Arch Install Steps</summary>
```
sudo pacman -S --noconfirm gcc make git ripgrep fd neovim
```
</details>