Compare commits

..

2 Commits

Author SHA1 Message Date
102d9df402 added firstboot script 2021-07-06 09:58:49 -04:00
5704b072a1 added first login config script 2021-07-06 09:55:35 -04:00
2 changed files with 14 additions and 2 deletions

View File

@ -140,9 +140,11 @@ setup () {
arch-chroot /mnt systemctl enable NetworkManager
arch-chroot /mnt systemctl enable lightdm
arch-chroot /mnt xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
arch-chroot /mnt xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh
chmod +x /mnt/home/clc/firstboot.sh
echo "bash /home/clc/firstboot.sh" >> /mnt/home/clc/.bash_profile
}
######################################################################################

10
firstboot.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"