Move apt/sources.list into etc/
[khome.git] / Makefile
index c47c4ea..9140664 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,10 +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/.tmux.conf   $(HOME)/
        @cp       home/.xbindkeysrc $(HOME)/
 
 # May still need to run:
This page took 0.027338 seconds and 4 git commands to generate.