34 lines
689 B
Markdown
34 lines
689 B
Markdown
# never-dotfiles
|
|
|
|
My configuration for niri and noctalia-shell
|
|
|
|
## Dependencies
|
|
|
|
### noctalia-shell
|
|
|
|
Enable quickshell copr
|
|
```bash
|
|
sudo dnf copr enable errornointernet/quickshell
|
|
```
|
|
|
|
Enable cliphist copr
|
|
```bash
|
|
sudo dnf copr enable alternateved/cliphist
|
|
```
|
|
|
|
Enable gpu-screen-recorder-git copr
|
|
```bash
|
|
sudo dnf copr enable brycensranch/gpu-screen-recorder-git
|
|
```
|
|
|
|
Install noctalia-shell dependendies
|
|
```bash
|
|
sudo dnf install quickshell-git google-roboto-fonts rsms-inter-fonts gpu-screen-recorder brightnessctl ddcutil cliphist cava wlsunset xdg-desktop-portal
|
|
```
|
|
|
|
### Apps
|
|
|
|
```bash
|
|
sudo dnf install fish kitty niri gcc make git ripgrep fd-find unzip neovim qutebrowser zathura
|
|
```
|
|
|