From 7e255289e81921f653f93078f3bab5d84a09035b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 30 Mar 2023 17:33:58 +0200 Subject: bootstrap libgrapheme for font rendering --- nais | 1 + 1 file changed, 1 insertion(+) diff --git a/nais b/nais index e48600d..7f3fe64 100755 --- a/nais +++ b/nais @@ -136,6 +136,7 @@ install_arch() { arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg arch-chroot /mnt sh -c "mkdir /home/$USERNAME/system" + arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.suckless.org/libgrapheme && cd libgrapheme && ./configure && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/dwl && cd dwl && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/wlock && cd wlock && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/dmenu-wl && cd dmenu-wl && sudo make install" -- cgit v1.2.3-70-g09d2