X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=a7d58934a827153cb199b3d46bb0e72e810d7592;hb=941f50aadf243c34d2059b1227884981a02f56b1;hp=cf96d45719ce9bea408f06fcc14660081720a6d0;hpb=ab64e5437b329782aa9f9c9a854dd17c83eb5361;p=khome.git diff --git a/Makefile b/Makefile index cf96d45..a7d5893 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ home: mpdconf @cp -Rp home/.newsboat/ $(HOME)/ @cp home/.profile $(HOME)/ @cp home/.fonts.conf $(HOME)/ - @fc-cache $(HOME)/.fonts + @fc-cache -fv @cp home/.Rprofile $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ @@ -44,6 +44,9 @@ pkgs_debian: $(MAKE) pkgs_snap_classic $(MAKE) pkgs_snap_strict +pkgs_ubuntu: list pkgs-ubuntu.list + sudo apt install $(shell ./list pkgs-ubuntu.list) + pkgs_mac: $(MAKE) pkgs_brew_install $(MAKE) pkgs_brew_cask_install