Play quicktime with mpv
[khome.git] / Makefile
index cf96d45..a7d5893 100644 (file)
--- 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
This page took 0.024536 seconds and 4 git commands to generate.