Initial version

This commit is contained in:
ferrreo 2023-06-11 21:37:08 +01:00
parent ff3d86b2e1
commit 5faa543db8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
pika-hyprland-settings (1.0.0-99pika5) lunar; urgency=medium
* Copy files for real this time
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.0-99pika4) lunar; urgency=medium
* Copy files for real this time

View File

@ -9,6 +9,6 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
do
if ! test -f "${u}/.config/hypr/hypr.conf"
then
cp -R /etc/skel/ "${u}/"
cp -a /etc/skel/. "${u}/"
fi
done