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