From 7c39fbe16989115f1c39bd96eed2a715f9a9382c Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Sat, 14 Aug 2021 22:58:01 +0200 Subject: [PATCH] Added remark regarding fonts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4278481..193237a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ chmod +x name/of/plugin.sh ``` You should of course vet the code from all plugins before granting them the executable bit to make sure they are not harming your computer. +If you have problems with missing fonts you might need to install the Hack Nerd Font: +```bash +brew tap homebrew/cask-fonts +brew install --cask font-hack-nerd-font +``` + Credits: yabai,