X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=Makefile;h=b67b8ce371b33b01c9b583e4a619b5228ff4cdc7;hp=2074204c914ae38d6bddc5a70349dc8fe2410723;hb=cfe722ba154c1920038ed987024ddcbe6068be7b;hpb=a489b87449520bc8fdb08e1d1d36932923ad90ed diff --git a/Makefile b/Makefile index 2074204..b67b8ce 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,10 @@ pkgs_mac: pkgs_pip: sudo pip3 install $(shell ./list pkgs-pip.list) +# TODO: Test pkgs_brew_tap when list contains multiple items +pkgs_brew_tap: list pkgs-brew-tap.list + brew tap $(shell ./list pkgs-brew-tap.list) + pkgs_brew_install: list pkgs-brew-install.list brew install $(shell ./list pkgs-brew-install.list)