From 6c1ca425027f81334e628eae826fb90245e123df Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 10 Jan 2020 15:38:40 +0200 Subject: [PATCH] Added actions for systemd units Signed-off-by: Marko Korhonen --- config-home.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-home.yaml b/config-home.yaml index 1d1a91f..351d074 100644 --- a/config-home.yaml +++ b/config-home.yaml @@ -1,6 +1,8 @@ actions: vim-plug: nvim +PlugInstall +qall zplug: zplug install + waybar: systemctl --user restart waybar + mako: systemctl --user restart mako config: backup: true banner: true @@ -35,6 +37,8 @@ dotfiles: dst: ~/.local/share/TelegramDesktop/tdata/ticons src: .local/share/TelegramDesktop/tdata/ticons d_waybar: + actions: + - waybar dst: ~/.config/waybar src: .config/waybar f_abcde.conf: @@ -79,6 +83,8 @@ dotfiles: f_mako_config: dst: ~/.config/mako/config src: .config/mako/config + actions: + - mako f_mimeo_associations.txt: dst: ~/.config/mimeo/associations.txt src: .config/mimeo/associations.txt