mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-15 08:57:34 +01:00
add source-{sans,serif}
This commit is contained in:
parent
2615ab2abb
commit
dfcaf46736
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -88,3 +88,15 @@
|
|||||||
branch = master
|
branch = master
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
shallow = true
|
shallow = true
|
||||||
|
[submodule "submodules/source-sans"]
|
||||||
|
path = submodules/source-sans
|
||||||
|
url = https://github.com/adobe-fonts/source-sans.git
|
||||||
|
branch = release
|
||||||
|
ignore = dirty
|
||||||
|
shallow = true
|
||||||
|
[submodule "submodules/source-serif"]
|
||||||
|
path = submodules/source-serif
|
||||||
|
url = https://github.com/adobe-fonts/source-serif.git
|
||||||
|
branch = release
|
||||||
|
ignore = dirty
|
||||||
|
shallow = true
|
||||||
|
|||||||
4
install
4
install
@ -339,6 +339,8 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/nicoverbruggen-ebook-fonts/fonts /usr/local/share/fonts/nicoverbruggen-ebook-fonts
|
ln -nsfv $HOME/.shell-things/submodules/nicoverbruggen-ebook-fonts/fonts /usr/local/share/fonts/nicoverbruggen-ebook-fonts
|
||||||
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.ttf /usr/local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.ttf /usr/local/share/fonts/
|
||||||
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.otf /usr/local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.otf /usr/local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-sans/VF/*.otf /usr/local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf /usr/local/share/fonts/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink cleanup
|
# Symlink cleanup
|
||||||
@ -461,6 +463,8 @@ if [ -d "$HOME/.shell-things" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/nicoverbruggen-ebook-fonts/fonts $HOME/.local/share/fonts/nicoverbruggen-ebook-fonts
|
ln -nsfv $HOME/.shell-things/submodules/nicoverbruggen-ebook-fonts/fonts $HOME/.local/share/fonts/nicoverbruggen-ebook-fonts
|
||||||
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.ttf $HOME/.local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.ttf $HOME/.local/share/fonts/
|
||||||
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.otf $HOME/.local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/microsoft-fonts/Symbols/*.otf $HOME/.local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-sans/VF/*.otf $HOME/.local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf $HOME/.local/share/fonts/
|
||||||
|
|
||||||
# Font cleanup
|
# Font cleanup
|
||||||
if hash symlinks 2> /dev/null; then
|
if hash symlinks 2> /dev/null; then
|
||||||
|
|||||||
1
submodules/source-sans
Submodule
1
submodules/source-sans
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 82818d477056d06ae48f9c68970f9bffd56ce139
|
||||||
1
submodules/source-serif
Submodule
1
submodules/source-serif
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d713003556bcf2dc7eb13593a45b5d48296846bc
|
||||||
Loading…
x
Reference in New Issue
Block a user