mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
No commits in common. "7ce70472ebacd44852b7cfc0f4c7309c10c3c228" and "75a0592a4bdd78eb5cc5bbbf7cf370f5e6f49bd4" have entirely different histories.
7ce70472eb
...
75a0592a4b
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -2,50 +2,32 @@
|
|||||||
path = submodules/jauderho-nts-servers
|
path = submodules/jauderho-nts-servers
|
||||||
url = https://github.com/jauderho/nts-servers.git
|
url = https://github.com/jauderho/nts-servers.git
|
||||||
branch = main
|
branch = main
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/SteamDeckScreenLock"]
|
[submodule "submodules/SteamDeckScreenLock"]
|
||||||
path = submodules/SteamDeckScreenLock
|
path = submodules/SteamDeckScreenLock
|
||||||
url = https://github.com/RHOPKINS13/SteamDeckScreenLock.git
|
url = https://github.com/RHOPKINS13/SteamDeckScreenLock.git
|
||||||
branch = main
|
branch = main
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/opendyslexic"]
|
[submodule "submodules/opendyslexic"]
|
||||||
path = submodules/opendyslexic
|
path = submodules/opendyslexic
|
||||||
url = https://github.com/antijingoist/opendyslexic.git
|
url = https://github.com/antijingoist/opendyslexic.git
|
||||||
branch = master
|
branch = master
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/comic-shanns-mono"]
|
[submodule "submodules/comic-shanns-mono"]
|
||||||
path = submodules/comic-shanns-mono
|
path = submodules/comic-shanns-mono
|
||||||
url = https://github.com/jesusmgg/comic-shanns-mono.git
|
url = https://github.com/jesusmgg/comic-shanns-mono.git
|
||||||
branch = master
|
branch = master
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/comicneue"]
|
[submodule "submodules/comicneue"]
|
||||||
path = submodules/comicneue
|
path = submodules/comicneue
|
||||||
url = https://github.com/crozynski/comicneue.git
|
url = https://github.com/crozynski/comicneue.git
|
||||||
branch = master
|
branch = master
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/serious-sans"]
|
[submodule "submodules/serious-sans"]
|
||||||
path = submodules/serious-sans
|
path = submodules/serious-sans
|
||||||
url = https://github.com/kaBeech/serious-sans.git
|
url = https://github.com/kaBeech/serious-sans.git
|
||||||
branch = main
|
branch = main
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/ssh-allowed_signers"]
|
[submodule "submodules/ssh-allowed_signers"]
|
||||||
path = submodules/ssh-allowed_signers
|
path = submodules/ssh-allowed_signers
|
||||||
url = https://codeberg.org/Aminda/ssh-allowed_signers.git
|
url = https://codeberg.org/Aminda/ssh-allowed_signers.git
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/pgp-alt-wot"]
|
[submodule "submodules/pgp-alt-wot"]
|
||||||
path = submodules/pgp-alt-wot
|
path = submodules/pgp-alt-wot
|
||||||
url = https://codeberg.org/Aminda/pgp-alt-wot.git
|
url = https://codeberg.org/Aminda/pgp-alt-wot.git
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
[submodule "submodules/Inclusive-Sans"]
|
[submodule "submodules/Inclusive-Sans"]
|
||||||
path = submodules/Inclusive-Sans
|
path = submodules/Inclusive-Sans
|
||||||
url = https://github.com/LivKing/Inclusive-Sans.git
|
url = https://github.com/LivKing/Inclusive-Sans.git
|
||||||
ignore = all
|
|
||||||
shallow = true
|
|
||||||
|
11
install
11
install
@ -156,14 +156,9 @@ fi
|
|||||||
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/OTF $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/comic-shanns-mono/fonts/ComicShannsMono-Regular.otf $HOME/.local/share/fonts/
|
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/SeriousShanns
|
||||||
ln -nsfv $HOME/.shell-things/submodules/opendyslexic/compiled/OpenDyslexic-*.otf $HOME/.local/share/fonts/
|
|
||||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/otf $HOME/.local/share/fonts/SeriousShanns
|
|
||||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFont $HOME/.local/share/fonts/
|
|
||||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontMono $HOME/.local/share/fonts/
|
|
||||||
ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontPropo $HOME/.local/share/fonts/
|
|
||||||
ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable $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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user