From 12c91a6b28fd366e40fbdbbf8329e7c18f03090f Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 25 Aug 2020 12:46:46 +0200 Subject: [PATCH] Link Xmodmap when installing Add Xmodmap to linked files. Add path prefix for all links in dotbot config to have one continuous format. --- install.conf.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index d7dfa5d..583aae6 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -13,10 +13,12 @@ command: .config/zsh/plugins/fzf/install --bin description: Pulling fzf binary - link: + ~/.Xmodmap: + path: .Xmodmap ~/.Xresources: - .Xresources + path: .Xresources ~/.zshenv: - .zshenv + path: .zshenv ~/.config/: create: true glob: true