Ignore errors if fc-list doesn't exist
This commit is contained in:
parent
c6960a1a74
commit
f9dafded9a
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ FONTS_DIR := $(HOME)/.fonts
|
||||||
default:
|
default:
|
||||||
command -v nvim > /dev/null || make nvim
|
command -v nvim > /dev/null || make nvim
|
||||||
command -v direnv > /dev/null || make direnv
|
command -v direnv > /dev/null || make direnv
|
||||||
fc-list | grep -iE "(fira.*code)*(nerd.*font)" > /dev/null || make firacode
|
-fc-list | grep -iE "(fira.*code)*(nerd.*font)" > /dev/null || make firacode
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf $(HOME)/.local/share/nvim
|
-rm -rf $(HOME)/.local/share/nvim
|
||||||
|
|
Loading…
Reference in a new issue