mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 21:27:20 +02:00
Compare commits
2 Commits
b55fda430b
...
61b43438eb
Author | SHA1 | Date | |
---|---|---|---|
61b43438eb | |||
83faf5efaf |
@ -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",
|
||||||
|
@ -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",
|
||||||
|
6
install
6
install
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user