-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKDELoadConf
51 lines (36 loc) · 917 Bytes
/
KDELoadConf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/bin/bash
cd currentPlasmaConfig/
#plasma config files
cp -rf plasma-org.kde.plasma.desktop-appletsrc ~/.config/
cp -rf plasmarc ~/.config/
cp -rf plasmashellrc ~/.config/
cp -rf kdeglobals ~/.config/
#kwin
cp -rf kwinrc ~/.config/
cp -rf kwinrulesrc ~/.config/
#dolphin config
cp -rf dolphinrc ~/.config/
#config session desktop
cp -rf ksmserverrc ~/.config/
#config input devices
cp -rf kcminputrc ~/.config/
#shortcuts
cp -rf kglobalshortcutsrc ~/.config/
#konsole config
cp -rf konsolerc ~/.config/
#kscreenlocker config
cp -rf kscreenlockerrc ~/.config/
#krunner config
cp -rf krunnerrc ~/.config/
#autostart
cp -rf autostart/ ~/.config/
#plasma themes and widgets
cp -rf plasma/ ~/.local/share/
#wallpapers
cp -rf wallpapers/ ~/.local/share/
#icons
cp -rf icons/ ~/.local/share/
#color-schemes
cp -rf color-schemes/ ~/.local/share/
kquitapp5 plasmashell
kstart5 plasmashell