Added Skel copies

Added skel automation for addional user experience
This commit is contained in:
2026-04-27 09:41:06 +02:00
parent 3a644f5142
commit 888018c985
3 changed files with 8 additions and 0 deletions

1
TODOS Normal file
View File

@@ -0,0 +1 @@
Firefox: Install uBlock

View File

@@ -32,3 +32,10 @@ for type in png jpg jpeg gif; do
done
# copy content of desktop_files to desktop
cp -r desktop_files/. $HOME/Schreibtisch
# create skel for new user UI
sudo cp -r /home/$USER/.config/* /etc/skel/
sudo cp -r /home/$USER/.local/* /etc/skel/
sudo cp -r /home/$USER/Schreibtisch/* /etc/skel/Schreibtisch
sudo chown -R root:root /etc/skel

View File