Track .compton.conf
[khome.git] / Makefile
index 8b5b710..d083411 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,14 @@ APT_SOURCES     := system/debian/apt-sources.list
 install:
        @cp  -Rp  home/bin          $(HOME)/
        @cp  -Rp  home/lib          $(HOME)/
+       @cp       home/.compton.conf $(HOME)/
+       @cp  -Rp  home/.config/     $(HOME)/
        @cp       home/.profile     $(HOME)/
        @cp       home/.fonts.conf  $(HOME)/
        @fc-cache                   $(HOME)/.fonts
+       @cp       home/.Rprofile    $(HOME)/
+       @cp       home/.mpdconf     $(HOME)/
+       @cp       home/.xbindkeysrc $(HOME)/
 
 # May still need to run:
 # 1. dselect update
This page took 0.027378 seconds and 4 git commands to generate.