diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml new file mode 100644 index 0000000..64cc31e --- /dev/null +++ b/.config/espanso/match/base.yml @@ -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/ \ No newline at end of file diff --git a/.config/yadm/encrypt b/.config/yadm/encrypt new file mode 100644 index 0000000..0923f0b --- /dev/null +++ b/.config/yadm/encrypt @@ -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 \ No newline at end of file diff --git a/.local/share/yadm/archive b/.local/share/yadm/archive new file mode 100644 index 0000000..91e8481 Binary files /dev/null and b/.local/share/yadm/archive differ