Add cower config
This commit is contained in:
parent
4a17117803
commit
68f0cd39e8
3 changed files with 18 additions and 0 deletions
1
cower/.config/cower/.gitignore
vendored
Normal file
1
cower/.config/cower/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
config
|
6
cower/.config/cower/GNUmakefile
Normal file
6
cower/.config/cower/GNUmakefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
include ../../../dotfiles.mk
|
||||
|
||||
all: config
|
||||
|
||||
%: %.org
|
||||
$(call tangle,conf-unix)
|
11
cower/.config/cower/config.org
Normal file
11
cower/.config/cower/config.org
Normal 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
|
Loading…
Reference in a new issue