mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-20 09:57:53 +01:00
add Lora font
This commit is contained in:
parent
a6951e7ba9
commit
eb03cc194c
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -118,3 +118,9 @@
|
|||||||
branch = main
|
branch = main
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
shallow = true
|
shallow = true
|
||||||
|
[submodule "submodules/lora-font"]
|
||||||
|
path = submodules/lora-font
|
||||||
|
url = https://github.com/cyrealtype/Lora-Cyrillic.git
|
||||||
|
branch = main
|
||||||
|
ignore = dirty
|
||||||
|
shallow = true
|
||||||
|
|||||||
2
install
2
install
@ -390,6 +390,7 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ /usr/local/share/fonts/source-code-pro
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ /usr/local/share/fonts/source-code-pro
|
||||||
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable /usr/local/share/fonts/ubuntu-sans
|
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable /usr/local/share/fonts/ubuntu-sans
|
||||||
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable /usr/local/share/fonts/ubuntu-sans-mono
|
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable /usr/local/share/fonts/ubuntu-sans-mono
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable /usr/local/share/fonts/lora
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink cleanup
|
# Symlink cleanup
|
||||||
@ -538,6 +539,7 @@ if [ -d "$HOME/.shell-things" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ $HOME/.local/share/fonts/source-code-pro
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ $HOME/.local/share/fonts/source-code-pro
|
||||||
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable $HOME/.local/share/fonts/ubuntu-sans
|
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable $HOME/.local/share/fonts/ubuntu-sans
|
||||||
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable $HOME/.local/share/fonts/ubuntu-sans-mono
|
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable $HOME/.local/share/fonts/ubuntu-sans-mono
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable $HOME/.local/share/fonts/lora
|
||||||
|
|
||||||
# Font cleanup
|
# Font cleanup
|
||||||
if hash symlinks 2> /dev/null; then
|
if hash symlinks 2> /dev/null; then
|
||||||
|
|||||||
1
submodules/lora-font
Submodule
1
submodules/lora-font
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2b04938b7cc72e55d724b554c9fbc39278306be1
|
||||||
Loading…
x
Reference in New Issue
Block a user