From 632c2538ebae1e31ae366204297e4e57bdcf35c7 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 15 Apr 2024 22:53:10 +0330 Subject: [PATCH] fix: stow shell config --- stow.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stow.sh b/stow.sh index 99370d0..88f7657 100755 --- a/stow.sh +++ b/stow.sh @@ -5,7 +5,7 @@ source ./.scripts/utils/helpers.sh DOTS_CONFIG_DIR="$(pwd)/linux-configs" DOTFILES_DIR="$DOTS_CONFIG_DIR/dotfiles" -SHELL_DIR="$DOTS_CONFIG_DIR/shell/zsh" +SHELL_DIR="$DOTS_CONFIG_DIR/shells/zsh" UTILS_DIR="$DOTS_CONFIG_DIR/utils" HYPRLAND_ROOT="$(pwd)/hypr-configs" @@ -28,6 +28,8 @@ stow() { create_target_dir create_symlinks $SHELL_DIR ~ + log "Shell stowed successfully!" + create_symlinks $DOTFILES_DIR ~/.config log "Dotfiles stowed successfully!"