+systemd: ~/.config
+ 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: ~/.config
+ ln -sfT $(APATH)/zshrc ~/.zshrc
+ ln -sfT $(APATH)/zprofile ~/.zprofile
+ ln -sfT $(APATH)/zshenv ~/.zshenv
+ ln -sfT $(APATH)/zsh ~/.config/zsh
+ ln -sfT $(APATH)/aliases ~/.config/aliases
+ mkdir -p ~/.cache/zsh
+.PHONY: zsh
+
+xprofile:
+ ln -sfT $(APATH)/xprofile ~/.xprofile
+.PHONY: xprofile
+
+dircolors: ~/.config
+ ln -sfT $(APATH)/dircolors ~/.config/dircolors
+.PHONY: dircolors
+
+urxvt: ~/.config
+ ln -sfT $(APATH)/urxvt ~/.config/urxvt
+.PHONY: urxvt
+
+$(FILES):