Add fonts installation

This commit is contained in:
askiiart 2023-11-23 12:31:51 -06:00
parent 69d3944429
commit 1071caf5b7
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 8 additions and 2 deletions

View file

@ -20,7 +20,13 @@ elif command_exists "pacman"; then
cd yay cd yay
makepkg -si makepkg -si
cd $WD 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 elif command_exists "zypp"; then
echo "not yet implemented" echo "not yet implemented"
elif command_exists "emerge"; then elif command_exists "emerge"; then

View file

@ -18,7 +18,7 @@ elif command_exists "yum"; then
echo "Please install SchildiChat, nvim/neovim" echo "Please install SchildiChat, nvim/neovim"
elif command_exists "yay"; then elif command_exists "yay"; then
yay -S kitty --noconfirm --needed 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 elif command_exists "zypp"; then
# Untested # Untested
sudo zypper install kitty -y sudo zypper install kitty -y