mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
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
This commit is contained in:
@@ -22,18 +22,25 @@ Personal collection of themes and scripts for <a href="https://www.i3wm.org">i3w
|
||||
<h1>What you will need</h1>
|
||||
|
||||
<P>The i3 themer relies on a couple of dependencies to work nicely.</p>
|
||||
<p>For Fedora users</p>
|
||||
<p>Fedora</p>
|
||||
|
||||
# dnf install adobe-source-code-pro-fonts dunst i3 polybar nitrogen rofi bash fontawesome-fonts sensible-utils xdg-utils alsa-utils rxvt-unicode
|
||||
|
||||
<p>For Debian users:</p>
|
||||
<p>Debian</p>
|
||||
|
||||
# apt-get install dunst i3 polybar nitrogen rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode
|
||||
|
||||
<p>You can download the remaining dependencies for Debian <a href="https://github.com/cizordj/i3-themer/blob/master/assets/debian_dependencies/">here</a></p>
|
||||
|
||||
<p>FreeBSD</p>
|
||||
|
||||
# pkg install bash i3 dunst polybar nitrogen rofi xdg-utils rxvt-unicode font-awesome sourcecodepro-ttf
|
||||
|
||||
<h2>How to apply themes</h2>
|
||||
<ul>
|
||||
|
||||
<p>FreeBsd</p>
|
||||
|
||||
Download this repo and run the script:
|
||||
|
||||
git clone --depth=1 https://github.com/cizordj/i3-themer.git
|
||||
|
||||
Reference in New Issue
Block a user