Compare commits

...

2 Commits

Author SHA1 Message Date
61b43438eb
install: link only OTF and variable fonts when possible 2025-03-31 19:15:09 +03:00
83faf5efaf
{chromium,firefox}: remove mail.google.com from allowlists
apparently there are ads there that something is blocking for me, and if this causes issues, they are to be resolved by the user by unblocking the domain or switching to medium mode
2025-03-31 15:27:11 +03:00
3 changed files with 3 additions and 6 deletions

View File

@ -73,7 +73,6 @@
"chrome-extension-scheme", "chrome-extension-scheme",
"kansalainen.kanta.fi", "kansalainen.kanta.fi",
"kanta.fi", "kanta.fi",
"mail.google.com",
"moz-extension-scheme", "moz-extension-scheme",
"myaccount.google.com", "myaccount.google.com",
"omakanta.kanta.fi", "omakanta.kanta.fi",

View File

@ -32,7 +32,6 @@
"chrome-extension-scheme", "chrome-extension-scheme",
"kansalainen.kanta.fi", "kansalainen.kanta.fi",
"kanta.fi", "kanta.fi",
"mail.google.com",
"moz-extension-scheme", "moz-extension-scheme",
"myaccount.google.com", "myaccount.google.com",
"omakanta.kanta.fi", "omakanta.kanta.fi",
@ -122,7 +121,6 @@
"chrome-extension-scheme", "chrome-extension-scheme",
"kansalainen.kanta.fi", "kansalainen.kanta.fi",
"kanta.fi", "kanta.fi",
"mail.google.com",
"moz-extension-scheme", "moz-extension-scheme",
"myaccount.google.com", "myaccount.google.com",
"omakanta.kanta.fi", "omakanta.kanta.fi",

View File

@ -155,11 +155,11 @@ fi
# Make the submoduled fonts available to the system # Make the submoduled fonts available to the system
if [ -d "$HOME/.shell-things" ]; then if [ -d "$HOME/.shell-things" ]; then
mkdir -p $HOME/.local/share/fonts 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/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/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/serious-sans/SeriousShanns $HOME/.local/share/fonts/SeriousShanns
ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts $HOME/.local/share/fonts/Inclusive-Sans ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable $HOME/.local/share/fonts/Inclusive-Sans
# Font cleanup # Font cleanup
if hash symlinks 2> /dev/null; then if hash symlinks 2> /dev/null; then
symlinks -d $HOME/.local/share/fonts/ symlinks -d $HOME/.local/share/fonts/