From 82506e32c7233cadca8249fb60e28b5e0e13aa2d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 26 Jul 2025 11:25:02 -0500 Subject: ZSH make install only needs to setup .zprofile --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a25e316..ac56da3 100644 --- a/Makefile +++ b/Makefile @@ -32,12 +32,10 @@ install-hyprland-plugins: @hyprpm enable hyprscrolling @echo "Done." -install-zshconfigs: $(ZCONFS) - @echo "Installing zsh conf files..." - @echo ".zshenv..." - @ln -sf `pwd`/zsh/zshenv ~/.zshenv - @echo ".zshrc..." - @ln -sf `pwd`/zsh/zshrc ~/.zshrc +install-zshconfigs: install-shconfigs + @echo "Settings up ZDOTDIR..." + @echo "Installing .zprofile..." + @ln -sf `pwd`/sh/profile ~/.zprofile @echo "Done." install-shconfigs: $(SCONFS) -- cgit v1.2.3