X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/30a510867ee248d937c772c091ce2b1f15bab755..13169f35098931eef2ac9251543c014c2efdd877:/Makefile diff --git a/Makefile b/Makefile index 88e4ab3..e0b3912 100644 --- 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 \