From fad0037029479e05e4af405273a4d41d621426ae Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 27 Jun 2016 19:40:53 +1200 Subject: Stop versioning backgrounds This was a dumb idea. They're by far the biggest files in the repository and they're not interesting to diff; all they'll do is slow things down. Given that I've been breaking a lot of links lately in moving away from GitHub, I may as well take the opportunity to purge the objects too. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index beecf2d5..f55b04f1 100644 --- a/Makefile +++ b/Makefile @@ -268,10 +268,8 @@ install-wyrd : install-x : install -m 0755 -d -- \ "$(HOME)"/.config \ - "$(HOME)"/.xbackgrounds \ "$(HOME)"/.Xresources.d install -pm 0644 -- X/redshift.conf "$(HOME)"/.config/redshift.conf - install -pm 0644 -- X/backgrounds/* "$(HOME)"/.xbackgrounds install -pm 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc install -pm 0644 -- X/Xresources "$(HOME)"/.Xresources -- cgit v1.2.3