From ba8a8d22f8acb0102232bbfde5ae358b07895cc5 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 29 May 2026 10:19:26 +0200 Subject: [PATCH] Makefile: cleanup defaults --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92179c7..73f360c 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,11 @@ install_i3: install_base install_gui xkill \ xprop -apply_configs: +remove_default_configs: + rm -f ~/.zshrc + rm -f ~/.config/i3/config + +apply_configs: remove_default_configs stow -Rvt ~ home desktop_i3: install_i3 apply_configs