X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=70a93f0bcb1b512f1e5a02d28e1132cec376af06;hb=2518931e9016ade7e93d5a27a0ba543e15192d6d;hp=0767ec4556e79c734989dbe1ced130d0f3a19e26;hpb=e184ff59e5cc01f9f62d0be272b77e59e149a6f1;p=khome.git diff --git a/Makefile b/Makefile index 0767ec4..70a93f0 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,19 @@ MAKEFLAGS := --no-builtin-rules -.PHONY: install install_packages +.PHONY: install_home install_pkgs -install: - @cp -Rp bin $(HOME)/ - @cp -Rp lib $(HOME)/ - @cp .profile $(HOME)/ - @cp .fonts.conf $(HOME)/ - @fc-cache $(HOME)/.fonts +install_home: + @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)/ -install_packages: dpkg-selections - @dpkg --set-selections < $< - @apt-get -u dselect-upgrade - -dpkg-selections: - @dpkg --get-selections > $@ +install_pkgs: install_pkgs.sh pkg-deb-install + ./install_pkgs.sh