mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-07 08:28:23 +02:00
install: link only OTF and variable fonts when possible
This commit is contained in:
parent
83faf5efaf
commit
61b43438eb
6
install
6
install
@ -155,11 +155,11 @@ fi
|
||||
# Make the submoduled fonts available to the system
|
||||
if [ -d "$HOME/.shell-things" ]; then
|
||||
mkdir -p $HOME/.local/share/fonts
|
||||
ln -nsfv $HOME/.shell-things/submodules/comicneue/Fonts $HOME/.local/share/fonts/comicneue
|
||||
ln -nsfv $HOME/.shell-things/submodules/comicneue/Fonts/OTF $HOME/.local/share/fonts/comicneue
|
||||
ln -nsfv $HOME/.shell-things/submodules/comic-shanns-mono/fonts $HOME/.local/share/fonts/comic-shanns-mono
|
||||
ln -nsfv $HOME/.shell-things/submodules/opendyslexic/compiled $HOME/.local/share/fonts/opendyslexic
|
||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns $HOME/.local/share/fonts/
|
||||
ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts $HOME/.local/share/fonts/Inclusive-Sans
|
||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns $HOME/.local/share/fonts/SeriousShanns
|
||||
ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable $HOME/.local/share/fonts/Inclusive-Sans
|
||||
# Font cleanup
|
||||
if hash symlinks 2> /dev/null; then
|
||||
symlinks -d $HOME/.local/share/fonts/
|
||||
|
Loading…
x
Reference in New Issue
Block a user