chore: add Espanso config and encrypted private files

This commit is contained in:
2026-05-31 22:02:25 -04:00
parent 8790af12e8
commit d09e63488d
3 changed files with 46 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# espanso match file
# For a complete introduction, visit the official docs at: https://espanso.org/docs/
# You can use this file to define the base matches (aka snippets)
# that will be available in every application when using espanso.
# Matches are substitution rules: when you type the "trigger" string
# it gets replaced by the "replace" string.
global_vars:
matches:
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
word: true
- trigger: ":dt"
replace: "{{mytime}}"
vars:
- name: mytime
type: date
params:
format: "%Y-%m-%d %H:%M"
word: true
- trigger: ":time"
replace: "{{mytime}}"
vars:
- name: mytime
type: date
params:
format: "%H:%M"
# And much more! For more information, visit the docs: https://espanso.org/docs/
+7
View File
@@ -0,0 +1,7 @@
.config/espanso/match/_trg.yml
.config/espanso/match/blog.yml
.config/espanso/match/email.yml
.config/espanso/match/phone.yml
.config/espanso/match/sig.yml
.config/espanso/match/templates.yml
.ssh/config
Binary file not shown.