Browse Source

Adds Fedora Support

This commit introduces fedora 34 Support by adding all necessary
dependencies to a dep/fedora.txt file.
main
ostrov 3 years ago
parent
commit
3359433a95
2 changed files with 21 additions and 1 deletions
  1. +7
    -1
      README.md
  2. +14
    -0
      dep/fedora.txt

+ 7
- 1
README.md View File

@ -185,7 +185,13 @@ $ cd dwm-bar
$ sudo pacman -S $(dep/arch.txt)
```
> :warning: Currently, only arch linux supports this feature. Dependency Lists for other Distributions are to be aded in future.
* For Fedora Linux
```
$ sudo dnf install $(dep/fedora.txt)
```
> :warning: There are no dnf packages for [spotyfyd](https://github.com/Spotifyd/spotifyd), [pamixer](https://github.com/cdemoulins/pamixer) and [cmus](https://github.com/cmus/cmus). If you want to utilise these packages, please install them manually as shown in the corresponding gihub repos.
3. Make the script executable
```


+ 14
- 0
dep/fedora.txt View File

@ -0,0 +1,14 @@
alsa-utils
setxkbmap
mpc
wpa_supplicant
NetworkManager
NetworkManager-openvpn
calcurse
transmission-remote-gtk
xbacklight
connman
connman-devel
curl
playerctl
playerctl-devel

Loading…
Cancel
Save