Install terminus font on Mac
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 1 Apr 2020 13:56:18 +0000 (09:56 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 1 Apr 2020 13:56:18 +0000 (09:56 -0400)
Makefile
pkgs-brew-install.list
pkgs-brew-tap.list [new file with mode: 0644]

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)
 
index 24d4526..5395284 100644 (file)
@@ -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 (file)
index 0000000..0ba96dc
--- /dev/null
@@ -0,0 +1,2 @@
+#
+homebrew/cask-fonts
This page took 0.017732 seconds and 4 git commands to generate.