]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
autostart: let xprofile manage application startup
[dotfiles.git] / Makefile
index 88e4ab30aa48b1e8ce5ca9df64defa213b1beaca..e0b39123e06590aad3c98a4508d844a4c0a1fc4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,14 @@ zsh:
        mkdir -p ~/.cache/zsh
 .PHONY: zsh
 
+xprofile:
+       ln -sfT $(APATH)/xprofile ~/.xprofile
+.PHONY: xprofile
+
+dircolors:
+       ln -sfT $(APATH)/dircolors ~/.config/dircolors
+.PHONY: dircolors
+
 $(FILES): 
        @if [[ -e ~/$@ && ! -L ~/$@ ]]; then \
            if [[ -d $@ ]]; then \