@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

updates to espanso

+27 -9
+27 -9
configs/espanso/match/wit.yml
··· 1 1 # espanso match file - WIT (Wentworth) related matches 2 + # Imports secrets.yml for sensitive variables (my_id) 3 + 4 + imports: 5 + - "secrets.yml" 6 + 7 + global_vars: 8 + - name: my_name 9 + type: echo 10 + params: 11 + echo: "Jasper Mayone" 12 + - name: my_email 13 + type: echo 14 + params: 15 + echo: "mayonej@wit.edu" 16 + - name: school 17 + type: echo 18 + params: 19 + echo: "Wentworth Institute of Technology" 2 20 3 21 matches: 4 22 - trigger: ">cc1000" 5 23 replace: | 6 24 /* @formatter:off 7 25 * 8 - * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 9 - * Wentworth Institute of Technology 26 + * © {{my_name}} <{{my_email}}> ({{my_id}}) 27 + * {{school}} 10 28 * COMP 1000 - Fall 2025 11 29 * Professor Micah Schuster <schusterm@wit.edu> 12 30 * ··· 15 33 * @formatter:on 16 34 */ 17 35 - trigger: ">pe1000" 18 - replace: "shusterm@wit.edu" 36 + replace: "schusterm@wit.edu" 19 37 20 38 - trigger: ">cc1050" 21 39 replace: | 22 40 /* @formatter:off 23 41 * 24 - * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 25 - * Wentworth Institute of Technology 42 + * © {{my_name}} <{{my_email}}> ({{my_id}}) 43 + * {{school}} 26 44 * COMP 1050 - Spring 2026 27 45 * Professor Dave Rosenberg <rosenbergd@wit.edu> 28 46 * ··· 37 55 replace: | 38 56 /* @formatter:off 39 57 * 40 - * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 41 - * Wentworth Institute of Technology 58 + * © {{my_name}} <{{my_email}}> ({{my_id}}) 59 + * {{school}} 42 60 * COMP 1200 - Spring 2026 43 61 * Professor Koorosh Firouzbakht <firouzbakhtk@wit.edu> 44 62 * ··· 53 71 replace: | 54 72 /* @formatter:off 55 73 * 56 - * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 57 - * Wentworth Institute of Technology 74 + * © {{my_name}} <{{my_email}}> ({{my_id}}) 75 + * {{school}} 58 76 * CSAS 2000 - Spring 2026 59 77 * Professor Ella Howard <howarde@wit.edu> 60 78 *
secrets/espanso-secrets.age

This is a binary file and will not be displayed.