Add cower config

This commit is contained in:
Tom Willemse 2016-10-07 17:21:52 +02:00
parent 4a17117803
commit 68f0cd39e8
3 changed files with 18 additions and 0 deletions

1
cower/.config/cower/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config

View file

@ -0,0 +1,6 @@
include ../../../dotfiles.mk
all: config
%: %.org
$(call tangle,conf-unix)

View file

@ -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