systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit b77574278e93a353a58be4fda719e1e83b719730
parent 20ce28dc19e00080602ae88e886c25361f88b65e
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 25 Jul 2021 13:21:32 +0000

add xfonts-terminus for my terminal configuration

needed in debian bullseye

debian/2-desktopSystem.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdebian/2-desktopSystem.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/2-desktopSystem.sh b/debian/2-desktopSystem.sh @@ -3,7 +3,7 @@ apt-get install -y fbi i3-wm suckless-tools feh fluxbox eog baobab gsetroot swee # suckless st git clone git://git.suckless.org/st -apt-get install -y libfontconfig1-dev libxft-dev +apt-get install -y libfontconfig1-dev libxft-dev xfonts-terminus export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ cd st git checkout -b local 66556d9