Copy recursively

This commit is contained in:
RealStickman 2021-03-08 08:14:44 +01:00
parent 281e753388
commit fb0fbaba4b

View File

@ -142,9 +142,9 @@ cp ~/config/.seltheme ~/
git clone https://gitlab.com/RealStickman-arch/themes.git
seltheme="$(cat "$HOME/.seltheme")"
if [[ "$seltheme" == "nyarch" ]]; then
cp "./themes/nyarch/"* "$HOME/.config/"
cp -r "./themes/nyarch/"* "$HOME/.config/"
elif [[ "$seltheme" == "space-pink" ]]; then
cp "./themes/space-pink"* "$HOME/.config/"
cp -r "./themes/space-pink"* "$HOME/.config/"
fi
rm -rf ./themes