From: Samir Benmendil Date: Sun, 15 Jan 2017 00:25:27 +0000 (+0000) Subject: Makefile: add gnupg target X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d2eef74a619df34af99da9ea6e89f2cbc196a5d2?ds=sidebyside Makefile: add gnupg target also enables sockets --- diff --git a/Makefile b/Makefile index 8a2c883..8af2d32 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -41,6 +41,12 @@ systemd: ln -sfT $(APATH)/$@ ~/.config/$@ .PHONY: systemd +gnupg: systemd + ln -sfT $(APATH)/$@ ~/.config/$@ + systemctl --user enable gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket + systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket +.PHONY: gnupg + zsh: ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zprofile ~/.zprofile