From 3359433a959653fea09522227ef8393233578f57 Mon Sep 17 00:00:00 2001 From: ostrov Date: Sat, 22 May 2021 11:50:17 -0400 Subject: [PATCH] Adds Fedora Support This commit introduces fedora 34 Support by adding all necessary dependencies to a dep/fedora.txt file. --- README.md | 8 +++++++- dep/fedora.txt | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 dep/fedora.txt diff --git a/README.md b/README.md index d4cd5ea..f6bb20c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/dep/fedora.txt b/dep/fedora.txt new file mode 100644 index 0000000..0f496ce --- /dev/null +++ b/dep/fedora.txt @@ -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