systemSetup

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

commit afd633953bcd932413e8c9061a0de4777e538205
parent de11acb6acf0afdd8b0e6ca79ec9bbba2261b37e
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sun, 16 Jul 2017 14:49:34 +0200

install dev packages for st non-interactively

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

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

diff --git a/debian/2-desktopSystem.sh b/debian/2-desktopSystem.sh @@ -2,8 +2,7 @@ apt-get install -y i3-wm feh fluxbox eog baobab gsetroot sweep aumix geeqie auda # suckless st git clone git://git.suckless.org/st -apt-get install libfontconfig1-dev -apt-get install libxft-dev +apt-get install -y libfontconfig1-dev libxft-dev export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ cp ../dotfiles/config.def.h st/ cd st