From 281e7533885038489dca5db948883d839887cdf9 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 08:13:47 +0100 Subject: [PATCH] Temporary also copy .seltheme --- arch-config/scripts/arch-config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 29762dd1..136034c7 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -134,6 +134,10 @@ sudo cp -r ~/config/usr / # copy xresources cp ~/config/.Xresources ~/ +# TODO +# copy theme select file +cp ~/config/.seltheme ~/ + # install theme selected in themes file git clone https://gitlab.com/RealStickman-arch/themes.git seltheme="$(cat "$HOME/.seltheme")"