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