[i3_install_isomode] add needed files to get copied over

This commit is contained in:
Johannes Kamprad
2025-09-07 18:38:17 +02:00
committed by GitHub
parent 4a3a57e15b
commit 8325384004
+3 -3
View File
@@ -3,9 +3,9 @@
username="$1"
git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git
cd endeavouros-i3wm-setup/etc/skel/
cp -R .config /home/$username/
cp .Xresources .profile set_once.sh xed.dconf /home/$username/
cd ..
cp -R .config .local .icons /home/$username/
cp .Xresources .gtkrc-2.0 .profile set_once.sh xed.dconf /home/$username/
cd /
rm -rf endeavouros-i3wm-setup
chown -R $username:$username /home/$username
chmod -R +x /home/$username/.config/i3/scripts