Merge branch 'master' of https://github.com/steveokard/stevset
This commit is contained in:
commit
da7322cd63
2 changed files with 32 additions and 0 deletions
30
config/fontconfig/conf.d/01-emojifonts.conf
Normal file
30
config/fontconfig/conf.d/01-emojifonts.conf
Normal 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
2
scripts/repo2ssh.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue