My default setup for new users on KDE Plasma (mainly for Garuda).
Makes Plasma feel a bit more like Windows to ease the transition.
Jump to | Fast setup | Alternative Fast setup | Manual setup | After Manual with cli | After Manual with gui
First Open the terminal or the console.
Quick one‑line download-and-run (recommended if you trust this repo):
- run the command:
bash -c "$(curl -fsSL https://codeberg.org/marvin1099/GarudaPlasmaWind/raw/branch/main/download-and-set-settings.sh)"
First Open the terminal or the console.
Quick one‑liner with review (this lets you check the script before running and then use y/N):
- run the command:
bash -c 'curl -fsSL https://codeberg.org/marvin1099/GarudaPlasmaWind/raw/branch/main/download-and-set-settings.sh -o /tmp/download-and-set-settings.sh && less /tmp/download-and-set-settings.sh && read -p "Run the script? (y/N) " ans && [ "$ans" = "y" ] && bash /tmp/download-and-set-settings.sh'
- Download the script (it named download-and-set-settings.sh and usually saved to ~/Downloads):
-
Then open the terminal or the console and run the following,
or go to GUI section if you dont like the teminal -
Inspect the script with commmand:
less ~/Downloads/download-and-set-settings.sh
- Make it executable (optional):
chmod +x ~/Downloads/download-and-set-settings.sh
- Run it:
bash ~/Downloads/download-and-set-settings.sh
- Right-click the downloaded file → Properties → Permissions.
- Enable “Is executable” (file execution).
- Close Properties and double- or single-click the file; confirm “Execute” when prompted.
After running:
- Wait a few seconds for the script to apply configs.