Fix plank themes script
surajmandalcell opened this issue · 1 comments
surajmandalcell commented
https://github.com/surajmandalcell/elementary-x/blob/master/install_plank_themes.sh
shit doesn't work :/ need to do it the long way
- Clone the repo to tmp themes directory
git clone https://github.com/surajmandalcell/plank-themes-x.git ~/.local/share/plank/themes/tmp
- CD to themes
~/.local/share/plank/themes
- copy themes from tmp to themes itself
cp -r tmp/themes/* ../../../
- delete tmp
rm -rf tmp
surajmandalcell commented
done