My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add git config

yemou 45eef76c 2150fec4

+13
+13
config/git/config
··· 1 + [commit] 2 + gpgsign = true 3 + 4 + [gpg] 5 + format = "ssh" 6 + 7 + [gpg "ssh"] 8 + allowedSignersFile = "~/.ssh/allowed_signers" 9 + 10 + [user] 11 + email = "dev@lilac.pink" 12 + name = "yemou" 13 + signingkey = "~/.ssh/id_ed25519.pub"