diff --git a/distro-specific.bash b/distro-specific.bash index 78d12da..6c0fdef 100755 --- a/distro-specific.bash +++ b/distro-specific.bash @@ -20,7 +20,13 @@ elif command_exists "pacman"; then cd yay makepkg -si cd $WD - yay -S noto-fonts-emoji digikam eog --noconfirm --needed + rm -rf yay + yay -S noto-fonts-emoji --noconfirm --needed + sudo mkdir /usr/share/fonts/meslolgs + sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_regular.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_regular.ttf + sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_bold.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_bold.ttf + sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_italic.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_italic.ttf + sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_bold_italic.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_bold_italic.ttf elif command_exists "zypp"; then echo "not yet implemented" elif command_exists "emerge"; then diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index 47a8331..3f2005a 100755 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -18,7 +18,7 @@ elif command_exists "yum"; then echo "Please install SchildiChat, nvim/neovim" elif command_exists "yay"; then yay -S kitty --noconfirm --needed - yay -S schildichat-desktop-bin --noconfirm --needed + yay -S schildichat-desktop-bin digikam eog man-db --noconfirm --needed elif command_exists "zypp"; then # Untested sudo zypper install kitty -y