]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
mutt: disable Q and x on the pager as well
[dotfiles.git] / Makefile
index 877c50c8e78f1e936dd1232f73d76341809cd0e3..8caeb2f9e8e0889b58b40c1210c17e49dc8bd89a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,10 +25,18 @@ zsh:
        mkdir -p ~/.cache/zsh
 .PHONY: zsh
 
+xprofile:
+       ln -sfT $(APATH)/xprofile ~/.xprofile
+.PHONY: xprofile
+
 dircolors:
        ln -sfT $(APATH)/dircolors ~/.config/dircolors
 .PHONY: dircolors
 
+urxvt:
+       ln -sfT $(APATH)/urxvt ~/.config/urxvt
+.PHONY: urxvt
+
 $(FILES): 
        @if [[ -e ~/$@ && ! -L ~/$@ ]]; then \
            if [[ -d $@ ]]; then \