summaryrefslogtreecommitdiff
path: root/bin/get-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-fonts')
-rwxr-xr-xbin/get-fonts11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/get-fonts b/bin/get-fonts
deleted file mode 100755
index 2d9571f..0000000
--- a/bin/get-fonts
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-OS=$(uname)
-
-if [[ "${OS}" == "Darwin" ]]; then
- brew tap caskroom/fonts
- brew cask reinstall font-dejavu-sans
-else
- echo "I don't know how to install the font on ${OS}" 1>&2
- exit 1
-fi