surajmandalcell/elementary-x

Fix plank themes script

surajmandalcell opened this issue · 1 comments

https://github.com/surajmandalcell/elementary-x/blob/master/install_plank_themes.sh
shit doesn't work :/ need to do it the long way

  1. Clone the repo to tmp themes directory
    git clone https://github.com/surajmandalcell/plank-themes-x.git ~/.local/share/plank/themes/tmp
  2. CD to themes
    ~/.local/share/plank/themes
  3. copy themes from tmp to themes itself
    cp -r tmp/themes/* ../../../
  4. delete tmp
    rm -rf tmp