From 3752d3da192c91494858705f5c605c06b5148ecc Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 1 May 2022 23:19:09 +0200 Subject: Make sure that the polybar config dir exists --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index dd2385e..a59d05a 100755 --- a/install.sh +++ b/install.sh @@ -50,6 +50,7 @@ ln -s ${PWD}/sxhkdrc ~/.config/sxhkd/sxhkdrc mkdir -p ~/.config/rofi ln -s ${PWD}/rofi_config ~/.config/rofi/config +mkdir -p ~/.config/polybar ln -s ${PWD}/polybar ~/.config/polybar curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash -- cgit v1.2.3