Install terminus font on Mac
[khome.git] / Makefile
index 2074204..b67b8ce 100644 (file)
--- 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)
 
This page took 0.019644 seconds and 4 git commands to generate.