From 0d79039ccb29bd3077d4e3c699f4f554c08dbfac Mon Sep 17 00:00:00 2001 From: Never Gude Date: Mon, 8 Sep 2025 15:10:39 +0200 Subject: [PATCH] update README --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a92e43..40daf58 100644 --- a/README.md +++ b/README.md @@ -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 . ```