NOOB question: installing a theme from github

Hello everyone and thank you for reading my first post at Fedora Discussion! I just got back into linux after a hiatus and am finding myself having to relearn the basics. I am running Fedora 42 KDE.

What I am trying to do is installing a theme from github and don’t remember how to do it. Could someone refresh my memory and tell me the steps? The theme can be found here: GitHub - vinceliuice/MacSequoia-kde: MacOS Sequoia theme for KDE Plasma

I have Git installed and can do git clone, but then I am lost from there. The readme just says to use ./install.sh . Blessings to anyone that doesn’t mind walking me through this.

1 Like

I don’t know if it helps but I’ve also installed kvantum manager.

I think I got it so for future googlers:

  1. Git clone the repo
  2. cd MacSequoia-kde
  3. chmod +x install.sh
  4. ./install.sh
  5. ./install.sh --round
2 Likes