From a9a0ef409f57e6447661e1d27806776da1773311 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 2 Sep 2012 11:28:47 +0200 Subject: Add cower config --- Makefile | 2 +- cower/Makefile | 9 +++++++++ cower/config | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 cower/Makefile create mode 100644 cower/config diff --git a/Makefile b/Makefile index 8df6334..f0b7b81 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -modules = emacs stumpwm +modules = emacs stumpwm cower install-modules = $(addprefix install-,$(modules)) .PHONY: all install $(modules) $(install-modules) diff --git a/cower/Makefile b/cower/Makefile new file mode 100644 index 0000000..251c672 --- /dev/null +++ b/cower/Makefile @@ -0,0 +1,9 @@ +files = config +install-files = $(addprefix install-,$(files)) + +.PHONY: all install $(install-files) +all: +install: $(install-files) + +$(install-files): install-%: + install -Dm 444 $* ${XDG_CONFIG_HOME}/cower/$* diff --git a/cower/config b/cower/config new file mode 100644 index 0000000..6c24291 --- /dev/null +++ b/cower/config @@ -0,0 +1,3 @@ +Color = always +TargetDir = /home/slash/var/aur/ +IgnoreRepo = pegas -- cgit v1.2.3-54-g00ecf