From 147dedab52bf8ba578d54ef071bc86ae02c75a7d Mon Sep 17 00:00:00 2001 From: cizordj <32869222+cizordj@users.noreply.github.com> Date: Thu, 14 Jan 2021 22:52:07 -0300 Subject: [PATCH] Add FreeBSD dependencies - Add a single line that shows a command to install the necessary FreeBSD dependencies needed in this project. Of course some of them are missing but this is not my fault --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd28aaf5..d9aafd7b 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,25 @@ Personal collection of themes and scripts for i3w

What you will need

The i3 themer relies on a couple of dependencies to work nicely.

-

For Fedora users

+

Fedora

# dnf install adobe-source-code-pro-fonts dunst i3 polybar nitrogen rofi bash fontawesome-fonts sensible-utils xdg-utils alsa-utils rxvt-unicode -

For Debian users:

+

Debian

# apt-get install dunst i3 polybar nitrogen rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode

You can download the remaining dependencies for Debian here

+ +

FreeBSD

+ + # pkg install bash i3 dunst polybar nitrogen rofi xdg-utils rxvt-unicode font-awesome sourcecodepro-ttf +

How to apply themes