From 15858542bc34404cf2bda7e18ecebe9561d6a229 Mon Sep 17 00:00:00 2001 From: brfid Date: Wed, 1 Apr 2026 15:20:04 -0400 Subject: [PATCH] fix: update shell local symlink path to packages/shell .stowrc now includes --dir=packages so stow resolves from there; update the manual ln path to match. Co-Authored-By: Claude Sonnet 4.6 --- scripts/setup-dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-dotfiles.sh b/scripts/setup-dotfiles.sh index cb91993..f28db27 100755 --- a/scripts/setup-dotfiles.sh +++ b/scripts/setup-dotfiles.sh @@ -15,7 +15,7 @@ cd "$DOTFILES" stow --target="$HOME" bash shell nvim gh claude vscode tmux systemd-user git # Profile-specific shell local -ln -sfn "$DOTFILES/shell/.config/shell/local.d/edcloud.sh" \ +ln -sfn "$DOTFILES/packages/shell/.config/shell/local.d/edcloud.sh" \ "$HOME/.config/shell/local" echo "Dotfiles linked for edcloud."