mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-16 17:47:22 +01:00
add source code pro to complete the set
This commit is contained in:
parent
6cc7c46f88
commit
ed884c39da
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -100,3 +100,9 @@
|
|||||||
branch = release
|
branch = release
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
shallow = true
|
shallow = true
|
||||||
|
[submodule "submodules/source-code-pro"]
|
||||||
|
path = submodules/source-code-pro
|
||||||
|
url = https://github.com/adobe-fonts/source-code-pro.git
|
||||||
|
branch = release
|
||||||
|
ignore = dirty
|
||||||
|
shallow = true
|
||||||
|
|||||||
4
install
4
install
@ -343,6 +343,8 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/source-sans/OTF/ /usr/local/share/fonts/source-sans
|
ln -nsfv $HOME/.shell-things/submodules/source-sans/OTF/ /usr/local/share/fonts/source-sans
|
||||||
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf /usr/local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf /usr/local/share/fonts/
|
||||||
ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF /usr/local/share/fonts/source-serif
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF /usr/local/share/fonts/source-serif
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/VF/*.otf /usr/local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ /usr/local/share/fonts/source-code-pro
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink cleanup
|
# Symlink cleanup
|
||||||
@ -469,6 +471,8 @@ if [ -d "$HOME/.shell-things" ]; then
|
|||||||
ln -nsfv $HOME/.shell-things/submodules/source-sans/OTF/ $HOME/.local/share/fonts/source-sans
|
ln -nsfv $HOME/.shell-things/submodules/source-sans/OTF/ $HOME/.local/share/fonts/source-sans
|
||||||
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf $HOME/.local/share/fonts/
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/VAR/*.otf $HOME/.local/share/fonts/
|
||||||
ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF $HOME/.local/share/fonts/source-serif
|
ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF $HOME/.local/share/fonts/source-serif
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/VF/*.otf $HOME/.local/share/fonts/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ $HOME/.local/share/fonts/source-code-pro
|
||||||
|
|
||||||
# Font cleanup
|
# Font cleanup
|
||||||
if hash symlinks 2> /dev/null; then
|
if hash symlinks 2> /dev/null; then
|
||||||
|
|||||||
1
submodules/source-code-pro
Submodule
1
submodules/source-code-pro
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 208d9ac7a6827ceb51ea2dc635794839d9659e52
|
||||||
Loading…
x
Reference in New Issue
Block a user