mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
4 Commits
79210446ed
...
584bfe2d32
Author | SHA1 | Date | |
---|---|---|---|
584bfe2d32 | |||
c8b797f8bb | |||
bf04e77727 | |||
7744271c14 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -4,3 +4,9 @@
|
||||
[submodule "submodules/SteamDeckScreenLock"]
|
||||
path = submodules/SteamDeckScreenLock
|
||||
url = https://github.com/RHOPKINS13/SteamDeckScreenLock.git
|
||||
[submodule "submodules/opendyslexic"]
|
||||
path = submodules/opendyslexic
|
||||
url = https://github.com/antijingoist/opendyslexic.git
|
||||
[submodule "submodules/comic-shanns-mono"]
|
||||
path = submodules/comic-shanns-mono
|
||||
url = https://github.com/jesusmgg/comic-shanns-mono.git
|
||||
|
@ -1,4 +1,11 @@
|
||||
# Font size 7 is comfortable on Lumina
|
||||
#font=Noto Sans Mono:size=7, Noto Color Emoji
|
||||
#font=Comic Shanns Mono-Regular:size=7, Noto Color Emoji
|
||||
|
||||
# while 10 is great on Sedric and possibly safer default
|
||||
font=Noto Sans Mono:size=10, Noto Color Emoji
|
||||
#font=Noto Sans Mono:size=12, Noto Color Emoji
|
||||
|
||||
# Zaldaryn again is using size 12
|
||||
#font=Noto Sans Mono:size=10, Noto Color Emoji
|
||||
#font=Comic Shanns Mono-Regular:size=12, Noto Color Emoji
|
||||
|
1
install
1
install
@ -35,6 +35,7 @@ gpg --quiet --import .mikaela/keys/*.asc &
|
||||
mkdir -p ~/.ssh/sockets/
|
||||
chmod a+xr chmod
|
||||
bash -x ./chmod &
|
||||
git submodule update --init &
|
||||
|
||||
if hash pre-commit 2>/dev/null; then
|
||||
pre-commit init-templatedir ~/.git-template
|
||||
|
2
local/share/fonts/.gitignore
vendored
Normal file
2
local/share/fonts/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
OpenDyslexic
|
||||
ComicShanns
|
1
local/share/fonts/ComicShanns
Symbolic link
1
local/share/fonts/ComicShanns
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/comic-shanns-mono
|
1
local/share/fonts/OpenDyslexic
Symbolic link
1
local/share/fonts/OpenDyslexic
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/opendyslexic/compiled/
|
2
local/share/fonts/update-font-cache.bash
Executable file
2
local/share/fonts/update-font-cache.bash
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
fc-cache
|
1
submodules/comic-shanns-mono
Submodule
1
submodules/comic-shanns-mono
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit fd24fe8b67f22523b9fbb048842740f1c7dbe346
|
1
submodules/opendyslexic
Submodule
1
submodules/opendyslexic
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e7ac50af1aabb8cb0fbf81db105f21f81fbb5284
|
Loading…
x
Reference in New Issue
Block a user