update README

This commit is contained in:
Never Gude 2025-09-08 15:10:39 +02:00
parent 69f9d553c0
commit 0d79039ccb

View file

@ -28,7 +28,31 @@ sudo dnf install quickshell-git google-roboto-fonts rsms-inter-fonts gpu-screen-
### Apps
Install neovim and dependencies for kickstart.nvim
```bash
sudo dnf install fish kitty niri gcc make git ripgrep fd-find unzip neovim qutebrowser zathura
sudo dnf install gcc make git ripgrep fd-find unzip neovim
```
Install other apps
```bash
sudo dnf install fish kitty niri qutebrowser thunderbird zathura zathura-plugins-all zathura-fish-completion zathura-pdf-mupdf
```
## Installation
Install GNU Stow
```bash
sudo dnf install stow
```
```bash
git clone https://git.nevereverever.de/never/never-dotfiles.git
```
```bash
cd never-dotfiles/
```
```bash
stow .
```