From 0d113f5ada1508cebe1348f9ed82d7d7b604cf48 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 10 Jul 2023 18:46:49 +0200 Subject: caps for jp, move espanso here --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ddc5497..a4368cd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ config stuff (i need to move everything into one place) # links for this to work * `~/.ideavimrc` -> `./idea/.ideavimrc` +* `$XDG_CONFIG_HOME/espanso` -> `./espanso` +* `./espanso/assets` -> `` (asset dir is sth that syncs media) # windows * run `./_windows/startup.ps1` on startup (`PowerShell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File `) -- cgit v1.3.1 From d5c3502ba0a706122a4e9fdf22af55b56a721649 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 10 Jul 2023 19:34:23 +0200 Subject: don't store auto-generated things --- README.md | 3 +++ espanso/match/.gitignore | 2 ++ espanso/match/img.yml | 19 ------------------- 3 files changed, 5 insertions(+), 19 deletions(-) create mode 100644 espanso/match/.gitignore delete mode 100644 espanso/match/img.yml (limited to 'README.md') diff --git a/README.md b/README.md index a4368cd..4e7a206 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # .dotfiles config stuff (i need to move everything into one place) +# running +* run `./espanso/update_from_assets.py` + # links for this to work * `~/.ideavimrc` -> `./idea/.ideavimrc` * `$XDG_CONFIG_HOME/espanso` -> `./espanso` diff --git a/espanso/match/.gitignore b/espanso/match/.gitignore new file mode 100644 index 0000000..42cb622 --- /dev/null +++ b/espanso/match/.gitignore @@ -0,0 +1,2 @@ +img.yml +gif.yml diff --git a/espanso/match/img.yml b/espanso/match/img.yml deleted file mode 100644 index 45ffcdf..0000000 --- a/espanso/match/img.yml +++ /dev/null @@ -1,19 +0,0 @@ -matches: - - trigger: ;;iahh - image_path: $CONFIG/assets/img/ahh.png - - trigger: ;;ialert - image_path: $CONFIG/assets/img/alert.png - - trigger: ;;iangry - image_path: $CONFIG/assets/img/angry.png - - trigger: ;;ihuh - image_path: $CONFIG/assets/img/huh.png - - trigger: ;;ikot - image_path: $CONFIG/assets/img/kot.png - - trigger: ;;ikot_w_misce - image_path: $CONFIG/assets/img/kot_w_misce.png - - trigger: ;;imy_wife_reaction_to_that_information - image_path: $CONFIG/assets/img/my_wife_reaction_to_that_information.png - - trigger: ;;ipipe - image_path: $CONFIG/assets/img/pipe.png - - trigger: ;;irozpacz - image_path: $CONFIG/assets/img/rozpacz.png -- cgit v1.3.1