From cfe722ba154c1920038ed987024ddcbe6068be7b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 1 Apr 2020 09:56:18 -0400 Subject: [PATCH] Install terminus font on Mac --- Makefile | 4 ++++ pkgs-brew-install.list | 1 + pkgs-brew-tap.list | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 pkgs-brew-tap.list 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) diff --git a/pkgs-brew-install.list b/pkgs-brew-install.list index 24d4526..5395284 100644 --- a/pkgs-brew-install.list +++ b/pkgs-brew-install.list @@ -2,6 +2,7 @@ coreutils dict encfs +font-terminus fzf graphviz htop diff --git a/pkgs-brew-tap.list b/pkgs-brew-tap.list new file mode 100644 index 0000000..0ba96dc --- /dev/null +++ b/pkgs-brew-tap.list @@ -0,0 +1,2 @@ +# +homebrew/cask-fonts -- 2.20.1