]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
mutt: disable Q and x on the pager as well
[dotfiles.git] / Makefile
index 88e4ab30aa48b1e8ce5ca9df64defa213b1beaca..8caeb2f9e8e0889b58b40c1210c17e49dc8bd89a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +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 \