X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=c7130db2adf188f7576c0a21777d556c36f47824;hb=9e667c0cc208e760e4bfcfa7017dcb8bc0b85756;hp=70a93f0bcb1b512f1e5a02d28e1132cec376af06;hpb=b2efbb10fde62c117ef00dbd1f7998780d6f3077;p=khome.git diff --git a/Makefile b/Makefile index 70a93f0..c7130db 100644 --- a/Makefile +++ b/Makefile @@ -3,17 +3,17 @@ MAKEFLAGS := --no-builtin-rules .PHONY: install_home install_pkgs install_home: - @cp -Rp home/bin $(HOME)/ - @cp -Rp home/lib $(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)/ + @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_pkgs: install_pkgs.sh pkg-deb-install - ./install_pkgs.sh +install_pkgs: list pkgs-install + sudo apt install $(shell ./list pkgs-install)