|
|
@ -24,7 +24,7 @@ echo "crystal:crystal // root:crystal"
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
echo -e "run \e[95m$ sudo citrine\e[39m to open the installer"
|
|
|
|
echo -e "run \e[95m$ sudo citrine\e[39m to open the installer"
|
|
|
|
alias nmtui="nmtui && source .zshrc"
|
|
|
|
alias nmtui="nmtui && source .zshrc"
|
|
|
|
cowsay "don't forget to set up a network with -- $ nmtui -- to install over wi-fi."
|
|
|
|
cowsay "don't forget to set up wifi in the settings app if required."
|
|
|
|
if [[ -z "\$DISPLAY" ]]; then
|
|
|
|
if [[ -z "\$DISPLAY" ]]; then
|
|
|
|
gsettings set org.gnome.desktop.interface gtk-theme "crystal-obsidian"
|
|
|
|
gsettings set org.gnome.desktop.interface gtk-theme "crystal-obsidian"
|
|
|
|
gsettings set org.gnome.desktop.interface icon-theme "crystal-obsidian-icons"
|
|
|
|
gsettings set org.gnome.desktop.interface icon-theme "crystal-obsidian-icons"
|
|
|
@ -48,4 +48,4 @@ systemctl enable NetworkManager
|
|
|
|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
|
|
|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
|
|
|
locale-gen
|
|
|
|
locale-gen
|
|
|
|
echo "LANG=en_US.UTF-8" > /etc/locale.conf
|
|
|
|
echo "LANG=en_US.UTF-8" > /etc/locale.conf
|
|
|
|
echo "Configured the system. Exiting chroot."
|
|
|
|
echo "Configured the system. Exiting chroot."
|
|
|
|