diff --git a/config/fontconfig/conf.d/01-emojifonts.conf b/config/fontconfig/conf.d/01-emojifonts.conf new file mode 100644 index 0000000..d3aeca4 --- /dev/null +++ b/config/fontconfig/conf.d/01-emojifonts.conf @@ -0,0 +1,30 @@ + + + + + +sans-serif + + +Noto Color Emoji + + + + + +serif + + +Noto Color Emoji + + + + + +Apple Color Emoji + + +Noto Color Emoji + + + diff --git a/scripts/repo2ssh.sh b/scripts/repo2ssh.sh new file mode 100755 index 0000000..573f64a --- /dev/null +++ b/scripts/repo2ssh.sh @@ -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