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