Remove packer and powerlevel directories on cleanup

This commit is contained in:
Evie Litherland-Smith 2023-01-31 16:16:51 +00:00
parent 933f64d35a
commit a9d8ee047a

View file

@ -25,6 +25,8 @@ clean:
for link in $(FONT_TARGETS); do rm "$$link"; done
for link in $(ZSH_TARGETS); do rm "$$link"; done
rm $(HOME)/.ssh/config
rm -rf $(PACKER_DIR)
rm -rf $(POWERLEVEL_DIR)
zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS) $(HOME)/.zprofile