X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3258f562ba2f7551786dafbd4021140ee76e2435..2f4b8a959417d20015433571154384d08564723c:/Makefile?ds=inline 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 \