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 . ```