@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

scaffold espanso for courses pt1

+16
+14
configs/espanso/match/wit.yml
··· 1 + # espanso match file - WIT (Wentworth) related matches 2 + 3 + matches: 4 + - trigger: ">ccdr" 5 + replace: | 6 + /** 7 + * Jasper Mayone <mayonej@wit.edu> 8 + * {{my_id}} 9 + * COMP 1050 - Spring 2025 10 + * Professor Dave Rosenberg <rosenbergd@wit.edu> 11 + * 12 + * $|$ 13 + * 14 + */
+2
modules/configs.nix
··· 33 33 "Library/Application Support/espanso/config/default.yml".source = 34 34 ../configs/espanso/config/default.yml; 35 35 "Library/Application Support/espanso/match/base.yml".source = ../configs/espanso/match/base.yml; 36 + "Library/Application Support/espanso/match/wit.yml".source = ../configs/espanso/match/wit.yml; 36 37 }) 37 38 38 39 # Linux espanso paths 39 40 (lib.mkIf (!isDarwin) { 40 41 ".config/espanso/config/default.yml".source = ../configs/espanso/config/default.yml; 41 42 ".config/espanso/match/base.yml".source = ../configs/espanso/match/base.yml; 43 + ".config/espanso/match/wit.yml".source = ../configs/espanso/match/wit.yml; 42 44 }) 43 45 44 46 # VS Code settings (macOS)