X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/91bae9cd7d247521ae4b3b3dce4304eb3dc118d0..1dbcbf48a66dd152567b90130763c744877dc192:/Makefile diff --git a/Makefile b/Makefile index 6014536..1a9c315 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,14 @@ gnupg: systemd sudo ln -sfT $(APATH)/bin/pinentry /usr/local/bin/pinentry .PHONY: gnupg +khal: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: khal + +khard: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: khard + kitty: ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: kitty