From 47bb5e62e3d9fb1ef290dbb7302ee668e7f9c2bc Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Sun, 19 Jun 2022 15:34:06 +0200 Subject: [PATCH] :recycle: add nerd-fonts setup --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 15fa255..4ebd9dc 100644 --- a/makefile +++ b/makefile @@ -43,3 +43,7 @@ setup_music: setup_editorconfig: ln -s -f ~/dotfiles/.editorconfig ~/.editorconfig + +setup_nerdfonts: + git clone --depth 2 https://github.com/ryanoasis/nerd-fonts/ ~/nerd-fonts + cd ~/nerd-fonts && ./install.sh