From 68f0cd39e8f4e0c579e8d7620bcbeff396fef94f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 7 Oct 2016 17:21:52 +0200 Subject: Add cower config --- cower/.config/cower/.gitignore | 1 + cower/.config/cower/GNUmakefile | 6 ++++++ cower/.config/cower/config.org | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 100644 cower/.config/cower/.gitignore create mode 100644 cower/.config/cower/GNUmakefile create mode 100644 cower/.config/cower/config.org diff --git a/cower/.config/cower/.gitignore b/cower/.config/cower/.gitignore new file mode 100644 index 0000000..04204c7 --- /dev/null +++ b/cower/.config/cower/.gitignore @@ -0,0 +1 @@ +config diff --git a/cower/.config/cower/GNUmakefile b/cower/.config/cower/GNUmakefile new file mode 100644 index 0000000..dcfae2e --- /dev/null +++ b/cower/.config/cower/GNUmakefile @@ -0,0 +1,6 @@ +include ../../../dotfiles.mk + +all: config + +%: %.org + $(call tangle,conf-unix) diff --git a/cower/.config/cower/config.org b/cower/.config/cower/config.org new file mode 100644 index 0000000..1eb4536 --- /dev/null +++ b/cower/.config/cower/config.org @@ -0,0 +1,11 @@ +Always show colors. + +#+BEGIN_SRC conf-unix + Color = always +#+END_SRC + +Store downloaded AUR packages in =~/var/aur/=. + +#+BEGIN_SRC conf-unix + TargetDir = ~/var/aur/ +#+END_SRC -- cgit v1.2.3-54-g00ecf