Skip to content

My default setup for new users on plasma (mainly for garuda). Its more like windows, a bit better to get into linux coming from windows.

License

Notifications You must be signed in to change notification settings

marvin1099/GarudaPlasmaWind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarudaPlasmaWind

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

Fast setup

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)"

Log out and log back in to activate the settings.

Alternative Fast setup

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'

Log out and log back in to activate the settings.

Manual setup

  1. Download the script (it named download-and-set-settings.sh and usually saved to ~/Downloads):

Cli method

  1. Then open the terminal or the console and run the following,
    or go to GUI section if you dont like the teminal

  2. Inspect the script with commmand:

less ~/Downloads/download-and-set-settings.sh
  1. Make it executable (optional):
chmod +x ~/Downloads/download-and-set-settings.sh
  1. Run it:
bash ~/Downloads/download-and-set-settings.sh

Log out and log back in to activate the settings.


GUI method

  1. Right-click the downloaded file → Properties → Permissions.
  2. Enable “Is executable” (file execution).
  3. 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.

Log out and log back in to activate the settings.

About

My default setup for new users on plasma (mainly for garuda). Its more like windows, a bit better to get into linux coming from windows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages