mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Adds more matches for emails to espanso, also restart espanso service when dev-env script is ran.
This commit is contained in:
2
dev-env
2
dev-env
@@ -133,8 +133,8 @@ copy $DEV_ENV/dev-env $HOME/.local/scripts/dev-env
|
|||||||
mkdir -p $XDG_DATA_HOME/applications/icons
|
mkdir -p $XDG_DATA_HOME/applications/icons
|
||||||
copy_files $DEV_ENV/env/.local/share/applications $XDG_DATA_HOME/applications
|
copy_files $DEV_ENV/env/.local/share/applications $XDG_DATA_HOME/applications
|
||||||
copy_files $DEV_ENV/env/.local/share/applications/icons $XDG_DATA_HOME/applications/icons
|
copy_files $DEV_ENV/env/.local/share/applications/icons $XDG_DATA_HOME/applications/icons
|
||||||
# TODO: Copy icons
|
|
||||||
|
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
hyprctl reload
|
hyprctl reload
|
||||||
|
espanso service restart
|
||||||
exec zsh -l
|
exec zsh -l
|
||||||
|
|||||||
7
env/.config/espanso/match/email.yml
vendored
7
env/.config/espanso/match/email.yml
vendored
@@ -4,8 +4,11 @@ matches:
|
|||||||
# Email Addresses
|
# Email Addresses
|
||||||
- trigger: ":@hhe"
|
- trigger: ":@hhe"
|
||||||
replace: "mhoush@houshhomeenergy.com"
|
replace: "mhoush@houshhomeenergy.com"
|
||||||
- trigger: ":@service"
|
- trigger: ":@w"
|
||||||
|
replace: "mhoush@houshhomeenergy.com"
|
||||||
|
- trigger: ":@ser"
|
||||||
replace: "service@houshhomeenergy.com"
|
replace: "service@houshhomeenergy.com"
|
||||||
- trigger: ":@me"
|
- trigger: ":@me"
|
||||||
replace: "michael@mhoush.com"
|
replace: "michael@mhoush.com"
|
||||||
|
- trigger: ":@p"
|
||||||
|
replace: "michael@mhoush.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user