mirror of
https://github.com/endeavouros-team/endeavouros-i3wm-setup.git
synced 2026-06-13 01:34:35 +00:00
[i3_install_isomode] add needed files to get copied over
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user