2023-03-24 19:36:54 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2023-05-26 16:21:07 +02:00
|
|
|
cp /etc/skel/.config/examples/.profile /etc/skel/
|
2023-05-23 14:43:17 +02:00
|
|
|
cp /usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png /usr/share/sddm/themes/Orchis/
|
2023-03-25 10:31:16 +01:00
|
|
|
cp /etc/skel/.config/examples/theme.conf.user /usr/share/sddm/themes/Orchis/
|