update README
This commit is contained in:
parent
69f9d553c0
commit
0d79039ccb
1 changed files with 25 additions and 1 deletions
26
README.md
26
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 .
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue