X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=c029724a7df61d5e852b386a9cc1a20907ec1151;hb=d928c03b1199d828b534dcfc28ffd92426088d5b;hp=695e4e0e01d10def19509e182b66475e9a673177;hpb=11d850f72b61db1cf59e009c1d140115be9effbf;p=khome.git diff --git a/Makefile b/Makefile index 695e4e0..c029724 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ MAKEFLAGS := --no-builtin-rules -.PHONY: install +.PHONY: install_home install_pkgs -install: +install_home: @cp -Rp home/bin $(HOME)/ @cp -Rp home/lib $(HOME)/ @cp home/.compton.conf $(HOME)/ @@ -14,3 +14,6 @@ install: @cp home/.mpdconf $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ + +install_pkgs: list pkgs-install + sudo apt install $(shell ./list pkgs-install)