@jaspermayone.com's dotfiles

update espanso stuff

+52 -50
+1 -31
configs/espanso/match/base.yml
··· 3 3 # For a complete introduction, visit the official docs at: https://espanso.org/docs/ 4 4 5 5 matches: 6 - # SSH public key (public by definition) 7 - - trigger: ";ssh" 8 - replace: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHm7lo7umraewipgQu1Pifmoo/V8jYGDHjBTmt+7SOCe jsp@remus" 9 - 10 - # Social (public links) 11 - - trigger: ";linkedin" 12 - replace: "https://www.linkedin.com/in/jaspermayone/" 13 - 14 - # Organizations (public info) 15 - - triggers: [";pwlmission"] 16 - label: "Patchwork Mission" 17 - replace: "Empowering everyone to explore STEAM through a makerspace community that lowers barriers, welcomes every interest, and turns ideas into reality." 18 - 19 - - triggers: [";krn"] 20 - replace: "taciturnaxolotl" 21 - 22 6 # Symbols 23 7 - trigger: ":euro" 24 8 replace: "\u20ac" 25 9 26 10 - trigger: ":div" 27 - replace: <div>$|$</div> 28 - 29 - # Commands/Scripts 30 - - triggers: [";upd"] 31 - replace: "curl -sSL https://raw.githubusercontent.com/jaspermayone/scripts/refs/heads/main/upgrade-system.sh | sudo bash " 32 - 33 - - triggers: [";docker"] 34 - replace: "curl -sSL https://get.docker.com | sh" 35 - 36 - # Misc 37 - - triggers: [";mp"] 38 - replace: "MicroPico" 39 - 40 - - triggers: [";cf"] 41 - replace: "doug.ns.cloudflare.com\nsaanvi.ns.cloudflare.com" 11 + replace: <div>$|$</div>
+46
configs/espanso/match/personal.yml
··· 1 + # espanso match file - PUBLIC matches only 2 + # Sensitive matches are in secrets.yml (encrypted with agenix) 3 + # For a complete introduction, visit the official docs at: https://espanso.org/docs/ 4 + 5 + matches: 6 + # SSH public key (public by definition) 7 + - trigger: ";ssh" 8 + replace: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHm7lo7umraewipgQu1Pifmoo/V8jYGDHjBTmt+7SOCe jsp@remus" 9 + 10 + # Social (public links) 11 + - trigger: ";linkedin" 12 + replace: "https://www.linkedin.com/in/jaspermayone/" 13 + 14 + # Organizations (public info) 15 + - triggers: [";pwlmission"] 16 + label: "Patchwork Mission" 17 + replace: "Empowering everyone to explore STEAM through a makerspace community that lowers barriers, welcomes every interest, and turns ideas into reality." 18 + 19 + - triggers: [";krn"] 20 + replace: "taciturnaxolotl" 21 + 22 + # Commands/Scripts 23 + - triggers: [";upd"] 24 + replace: "curl -sSL https://raw.githubusercontent.com/jaspermayone/scripts/refs/heads/main/upgrade-system.sh | sudo bash " 25 + 26 + - triggers: [";docker"] 27 + replace: "curl -sSL https://get.docker.com | sh" 28 + 29 + # Misc 30 + - triggers: [";mp"] 31 + replace: "MicroPico" 32 + 33 + - triggers: [";cf"] 34 + replace: "doug.ns.cloudflare.com\nsaanvi.ns.cloudflare.com" 35 + 36 + - trigger: ";cc" 37 + replace: | 38 + /* 39 + * 40 + * © {{current_year}} {{fl_name}} <{{personal_email}}> 41 + * Licensed under the O'Saasy License Agreement (https://osaasy.dev/) 42 + * 43 + * $|$ 44 + * 45 + * 46 + */
+5 -19
configs/espanso/match/wit.yml
··· 1 1 # espanso match file - WIT (Wentworth) related matches 2 - # Uses my_id variable from secrets.yml (automatically loaded from match directory) 3 - 4 - global_vars: 5 - - name: my_name 6 - type: echo 7 - params: 8 - echo: "Jasper Mayone" 9 - - name: my_email 10 - type: echo 11 - params: 12 - echo: "mayonej@wit.edu" 13 - - name: school 14 - type: echo 15 - params: 16 - echo: "Wentworth Institute of Technology" 2 + # Uses witw variable from secrets.yml (automatically loaded from match directory) 17 3 18 4 matches: 19 5 - trigger: ">cc1000" 20 6 replace: | 21 7 /* @formatter:off 22 8 * 23 - * © {{my_name}} <{{my_email}}> ({{my_id}}) 9 + * © {{fl_name}} <{{school_email}}> ({{witw}}) 24 10 * {{school}} 25 11 * COMP 1000 - Fall 2025 26 12 * Professor Micah Schuster <schusterm@wit.edu> ··· 36 22 replace: | 37 23 /* @formatter:off 38 24 * 39 - * © {{my_name}} <{{my_email}}> ({{my_id}}) 25 + * © {{fl_name}} <{{school_email}}> ({{witw}}) 40 26 * {{school}} 41 27 * COMP 1050 - Spring 2026 42 28 * Professor Dave Rosenberg <rosenbergd@wit.edu> ··· 52 38 replace: | 53 39 /* @formatter:off 54 40 * 55 - * © {{my_name}} <{{my_email}}> ({{my_id}}) 41 + * © {{fl_name}} <{{school_email}}> ({{witw}}) 56 42 * {{school}} 57 43 * COMP 1200 - Spring 2026 58 44 * Professor Koorosh Firouzbakht <firouzbakhtk@wit.edu> ··· 68 54 replace: | 69 55 /* @formatter:off 70 56 * 71 - * © {{my_name}} <{{my_email}}> ({{my_id}}) 57 + * © {{fl_name}} <{{school_email}}> ({{witw}}) 72 58 * {{school}} 73 59 * CSAS 2000 - Spring 2026 74 60 * Professor Ella Howard <howarde@wit.edu>
secrets/espanso-secrets.age

This is a binary file and will not be displayed.