X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3ddb573a10267887b987632a793d387cc6b462e4..662421942c5417208bb6b81f360759b3d5ebe53e:/Makefile diff --git a/Makefile b/Makefile index 877c50c..8caeb2f 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +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 \