Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(minion): update espanso expansions

- As we've adopted josh, I've needed to type :work (the start of
:workspace) a lot more than I was expecting
- Coded often co-authors stuff with me and I'd like to type his credits
easily
- Speaking of which, I only made ways to add my own co-author credit
but didn't make an easy way to type a blank trailer to credit someone
else...
- And finally, coded also uses the same companies email scheme, and I
occasionally need to type his emails for administrative reasons...

Changed files
+12 -4
packetmix
homes
minion
+12 -4
packetmix/homes/minion/espanso.nix
··· 14 14 replace = "sudo mount --bind /nix systemplate/nix"; 15 15 } 16 16 { 17 - trigger = ":work"; 18 - replace = "Skyler Grey <skyler.grey@collabora.com>"; 19 - } 20 - { 21 17 trigger = "SJIC"; 22 18 replace = "St John's Innovation Center"; 23 19 } ··· 90 86 replace = "@companies.starrysky.fyi"; 91 87 } 92 88 { 89 + regex = ''@:co(c\.|companies)''; 90 + replace = "@companies.thecoded.prof"; 91 + } 92 + { 93 93 regex = ''sky@a(?P<whitespace>\s)''; 94 94 replace = "sky@a.starrysky.fyi{{whitespace}}"; 95 + } 96 + { 97 + trigger = ":co: "; 98 + replace = "Co-Authored-By: "; 99 + } 100 + { 101 + trigger = ":co:coded"; 102 + replace = "Co-Authored-By: Samuel Shuert <me@thecoded.prof>"; 95 103 } 96 104 { 97 105 trigger = ":co:me";