Update injecting_scriplet

This commit is contained in:
Johannes Kamprad
2020-12-11 19:23:58 +01:00
committed by GitHub
parent 46b39efd9a
commit 3d9b4db525
+1 -3
View File
@@ -7,11 +7,9 @@ _desktop_i3(){
cp -R .config /home/$NEW_USER/
cp -R .config ~/
chmod -R +x ~/.config/i3/scripts /home/$NEW_USER/.config/i3/scripts
cp .Xresources ~/
cp .Xresources /home/$NEW_USER/
cp .gtkrc-2.0 ~/
cp .gtkrc-2.0 /home/$NEW_USER/
chown -R $NEW_USER:users /home/$NEW_USER/.config /home/$NEW_USER/.Xresources
chown -R $NEW_USER:users /home/$NEW_USER/.config
popd >/dev/null
rm -rf i3-EndeavourOS
}