Arch, btw (#852)

* Arch, btw

* Add unzip

* Add unzip for Fedora and --needed arg for Arch
pull/854/head
rdvm 2 weeks ago committed by GitHub
parent 23773900d9
commit e2bfa0c66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -269,7 +269,14 @@ sudo apt install -t unstable neovim
<details><summary>Fedora Install Steps</summary>
```
sudo dnf install -y gcc make git ripgrep fd-find neovim
sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
```
</details>
<details><summary>Arch Install Steps</summary>
```
sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
```
</details>

Loading…
Cancel
Save