Add cower config
This commit is contained in:
parent
7e1a581540
commit
a9a0ef409f
3 changed files with 13 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
modules = emacs stumpwm
|
modules = emacs stumpwm cower
|
||||||
install-modules = $(addprefix install-,$(modules))
|
install-modules = $(addprefix install-,$(modules))
|
||||||
|
|
||||||
.PHONY: all install $(modules) $(install-modules)
|
.PHONY: all install $(modules) $(install-modules)
|
||||||
|
|
9
cower/Makefile
Normal file
9
cower/Makefile
Normal file
|
@ -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/$*
|
3
cower/config
Normal file
3
cower/config
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Color = always
|
||||||
|
TargetDir = /home/slash/var/aur/
|
||||||
|
IgnoreRepo = pegas
|
Loading…
Reference in a new issue