Add fonts installation
This commit is contained in:
parent
69d3944429
commit
1071caf5b7
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue