more wip stuff

main
Matt C 3 years ago
parent 78343ea43d
commit 4336689118

@ -8,6 +8,8 @@ sed -i 's/Arch Linux/CrystalUX/g' /etc/issue
cd /etc/ && curl -LO https://raw.githubusercontent.com/crystalux-project/iso/main/os-release
cd /usr/lib/ && curl -LO https://raw.githubusercontent.com/crystalux-project/iso/main/os-release
echo "CHECK CURL OUTPUT?"
read
echo "CrystalLive" > /etc/hostname
#reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
@ -28,7 +30,8 @@ chmod +x /home/crystal/.xinitrc
systemctl enable NetworkManager
sudo -u crystal lookandfeeltool -a org.kde.breezedark.desktop
# IDK if we even *should* auto-set the theme
#sudo -u crystal lookandfeeltool -a org.kde.breezedark.desktop
# i'm tired ok
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen

@ -1 +1 @@
Built on 05/10/21 @ 20:04:07 EST
Built on 05/10/21 @ 20:39:54 EST

@ -18,6 +18,7 @@ nemo
mesa
networkmanager
zsh
ckbcomp
# Things we're hosting
arch-install-scripts

@ -91,6 +91,12 @@ Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# Apparently this is a depend??
# (ckbcomp to be exact)
[aur]
Server = https://repo.xhec.us/aur
SigLevel = Never
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

@ -19,6 +19,7 @@ mesa
networkmanager
zsh
ckbcomp
curl
# Things we're hosting
arch-install-scripts

@ -91,6 +91,12 @@ Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# Apparently this is a depend??
# (ckbcomp to be exact)
[aur]
Server = https://repo.xhec.us/aur
SigLevel = Never
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

Loading…
Cancel
Save