Remove packer and powerlevel directories on cleanup
This commit is contained in:
parent
933f64d35a
commit
a9d8ee047a
2
Makefile
2
Makefile
|
@ -25,6 +25,8 @@ clean:
|
||||||
for link in $(FONT_TARGETS); do rm "$$link"; done
|
for link in $(FONT_TARGETS); do rm "$$link"; done
|
||||||
for link in $(ZSH_TARGETS); do rm "$$link"; done
|
for link in $(ZSH_TARGETS); do rm "$$link"; done
|
||||||
rm $(HOME)/.ssh/config
|
rm $(HOME)/.ssh/config
|
||||||
|
rm -rf $(PACKER_DIR)
|
||||||
|
rm -rf $(POWERLEVEL_DIR)
|
||||||
|
|
||||||
zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS) $(HOME)/.zprofile
|
zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS) $(HOME)/.zprofile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue