From ad0a158710298af5f20513d3f6eee64da270805a Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 24 Jul 2020 22:43:54 -0400 Subject: [PATCH 1/2] moved emoji config to correct folder --- config/fontconfig/{ => conf.d}/01-emojifonts.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/fontconfig/{ => conf.d}/01-emojifonts.conf (100%) diff --git a/config/fontconfig/01-emojifonts.conf b/config/fontconfig/conf.d/01-emojifonts.conf similarity index 100% rename from config/fontconfig/01-emojifonts.conf rename to config/fontconfig/conf.d/01-emojifonts.conf From 2bf83ef623c1f9946a63f4a3ef31bbb732ba7f5a Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 24 Jul 2020 22:49:35 -0400 Subject: [PATCH 2/2] new script, converts repo from https to ssh --- scripts/repo2ssh.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/repo2ssh.sh 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