This commit is contained in:
Stefen Auris 2020-08-07 05:03:38 -04:00
commit da7322cd63
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family">
<string>Apple Color Emoji</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>

2
scripts/repo2ssh.sh Executable file
View file

@ -0,0 +1,2 @@
#this command changes the git repo from HTTPS to SSH so you can use the key instead of typing in your password all the time.
git remote set-url origin git@github.com:steveokard/stevset.git