Hopefully correctly copy
This commit is contained in:
parent
2d2e544352
commit
8b1733732f
@ -142,9 +142,9 @@ cp ~/config/.Xresources ~/
|
|||||||
git clone https://gitlab.com/RealStickman-arch/themes.git
|
git clone https://gitlab.com/RealStickman-arch/themes.git
|
||||||
seltheme="$(cat "$HOME/.seltheme")"
|
seltheme="$(cat "$HOME/.seltheme")"
|
||||||
if [[ "$seltheme" == "nyarch" ]]; then
|
if [[ "$seltheme" == "nyarch" ]]; then
|
||||||
cp -r "./themes/nyarch/"* "$HOME/.config/"
|
cp -r "./themes/nyarch" "$HOME/.config/"
|
||||||
elif [[ "$seltheme" == "space-pink" ]]; then
|
elif [[ "$seltheme" == "space-pink" ]]; then
|
||||||
cp -r "./themes/space-pink/"* "$HOME/.config/"
|
cp -r "./themes/space-pink" "$HOME/.config/"
|
||||||
fi
|
fi
|
||||||
rm -rf ./themes
|
rm -rf ./themes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user