mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "a9965d33e35897564f500f474dd71fbce04cca93" and "b71d0194efac7e9c7f1e9395a861f32059a7ef4d" have entirely different histories.
a9965d33e3
...
b71d0194ef
@ -13,7 +13,6 @@ cat .mikaela/pastebinit.xml >~/.pastebinit.xml
|
||||
cat .mikaela/environment >~/.environment
|
||||
mkdir ~/.config/git
|
||||
#cat .mikaela/gitconfig >~/.config/git/config
|
||||
git config --global --add include.path '~/.shell-things/.mikaela/gitconfig'
|
||||
cat .gitattributes >~/.config/git/attributes
|
||||
mkdir -p ~/.ssh
|
||||
cat .mikaela/keys/authorized_keys >~/.ssh/authorized_keys
|
||||
|
@ -58,7 +58,7 @@ lockPref("font.name.serif.x-western", "Liberation Serif");
|
||||
// Allow these fonts regardless of the fingerprinting resistance
|
||||
lockPref(
|
||||
"font.system.whitelist",
|
||||
"Liberation Serif, Tinos, Times New Roman, Liberation Sans, Arimo, Arial, Liberation Mono, Cousine, Courier New, Noto Sans, Noto Serif, Noto Mono, OpenDyslexic, Noto Emoji, Noto Color Emoji, Comic Neue, Comic Neue Angular, Comic Neue Angular Light, Comic Neue Angular Light Italic, Comic Neue Light, Twemoji Mozilla, Noto Sans CJK JP, Noto Math, Noto Music",
|
||||
"Liberation Serif, Tinos, Times New Roman, Liberation Sans, Arimo, Arial, Liberation Mono, Cousine, Courier New, Noto Sans, Noto Serif, Noto Mono, OpenDyslexic, Noto Emoji, Noto Color Emoji, Comic Neue, Comic Neue Angular, Comic Neue Angular Light, Comic Neue Angular Light Italic, Comic Neue Light, Twemoji Mozilla",
|
||||
);
|
||||
|
||||
// Play animated images only once, accessibility.
|
||||
|
@ -76,6 +76,7 @@
|
||||
mailmap = true
|
||||
showSignature = true
|
||||
[include]
|
||||
path = ~/.shell-things/.mikaela/gitconfig
|
||||
path = ~/.gitconfig2
|
||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user