diff --git a/TODOS b/TODOS new file mode 100644 index 0000000..85d2f0f --- /dev/null +++ b/TODOS @@ -0,0 +1 @@ +Firefox: Install uBlock \ No newline at end of file diff --git a/autoinstall.sh b/autoinstall.sh index 0e79186..5c58b2a 100644 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -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 diff --git a/desktop_files/TODO b/desktop_files/TODO deleted file mode 100644 index e69de29..0000000