dots


commit
5a3d0b4
parent
8de2fd5
author
xxwhirlpool
date
2025-08-19 15:17:42 -0400 EDT
add emojis to shmoji, edit gitconfig
2 files changed,  +7, -2
M config/.config/shmoji/emojis.txt
+1, -0
1@@ -3574,3 +3574,4 @@
2 🧍‍person female standing
3 👀 eyes looking
4 🫡 saluting salute face
5+🥹 face holding back tears pleading
M config/.gitconfig
+6, -2
 1@@ -1,8 +1,12 @@
 2 [user]
 3-	email = witnesslachesis@disroot.org
 4 	name = xxwhirlpool
 5+	email = witnesslachesis@disroot.org
 6 	signingkey = /home/kat/.ssh/id_rsa.pub
 7+[init]
 8+	defaultBranch = main
 9 [gpg]
10 	format = ssh
11 [commit]
12-	gpgSign = true
13+	gpgsign = true
14+[tag]
15+	gpgsign = true