mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-05 19:45:32 +07:00
initial commit
This commit is contained in:
7
roles/common/files/zsh-theme-powerlevel10k/Makefile
Executable file
7
roles/common/files/zsh-theme-powerlevel10k/Makefile
Executable file
@@ -0,0 +1,7 @@
|
||||
ZSH := $(shell command -v zsh 2> /dev/null)
|
||||
|
||||
all:
|
||||
|
||||
pkg:
|
||||
$(MAKE) -C gitstatus pkg
|
||||
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|
||||
Reference in New Issue
Block a user